Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Sep 17, 2022
1 parent 95e0796 commit 336cdc2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ tasks.register("printYarnVersions") {
context("with applied with alongside Kotlin/MPP plugin") {

val projectDir: File = `gradle kts project` {
val kvisionVersion = "5.12.0"
val kvisionVersion = "5.15.2"
`build gradle kts`(
"""
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
Expand Down Expand Up @@ -312,7 +312,7 @@ kotlin {
companion object {

private val baseKotlinJsBuildGradleKts: String = run {
val kvisionVersion = "5.12.0"
val kvisionVersion = "5.15.2"
//language=kotlin
"""
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
Expand All @@ -327,7 +327,7 @@ repositories {
}
val kotlinVersion: String = "1.7.10"
val kvisionVersion: String = "5.12.0"
val kvisionVersion: String = "5.15.2"
val webDir = file("src/main/web")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class KVisionPluginTest : FunSpec({
context("verify KVision plugin creates tasks") {

context("applied with alongside Kotlin/JS plugin") {
val kvisionVersion = "5.10.1"
val kvisionVersion = "5.15.2"
val projectDir: File = `gradle kts project` {
`build gradle kts`(
"""
Expand All @@ -80,7 +80,7 @@ repositories {
}

val kotlinVersion: String = "1.7.10"
val kvisionVersion: String = "5.12.0"
val kvisionVersion: String = "5.15.2"

val webDir = file("src/main/web")

Expand Down Expand Up @@ -179,7 +179,7 @@ kotlin {
test("kotlin script") {
val projectDir: File = `gradle kts project` {

val kvisionVersion = "5.12.0"
val kvisionVersion = "5.15.2"
`build gradle kts`(
"""
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
javaVersion=1.8
#Plugins
systemProp.kotlinVersion=1.7.10
serializationVersion=1.3.3
serializationVersion=1.4.0
#Dependencies
systemProp.kvisionVersion=5.12.0
systemProp.kvisionVersion=5.15.2
kotlin.js.compiler=ir
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
javaVersion=1.8
#Plugins
systemProp.kotlinVersion=1.7.10
serializationVersion=1.3.3
serializationVersion=1.4.0
#Dependencies
systemProp.kvisionVersion=5.12.0
ktorVersion=2.0.3
systemProp.kvisionVersion=5.15.2
ktorVersion=2.1.1
hikariVersion=3.2.0
commonsCodecVersion=1.10
jdbcNamedParametersVersion=1.1
Expand Down

This file was deleted.

0 comments on commit 336cdc2

Please sign in to comment.