[Wizard] Update versions in wizard
This commit is contained in:
+5
-5
@@ -64,9 +64,9 @@ kotlin {
|
||||
}
|
||||
jvmMain {
|
||||
dependencies {
|
||||
implementation 'io.ktor:ktor-server-netty:1.3.2-KOTLIN_VERSION'
|
||||
implementation 'io.ktor:ktor-html-builder:1.3.2-KOTLIN_VERSION'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.1-KOTLIN_VERSION'
|
||||
implementation 'io.ktor:ktor-server-netty:1.4.0'
|
||||
implementation 'io.ktor:ktor-html-builder:1.4.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2'
|
||||
}
|
||||
}
|
||||
jvmTest {
|
||||
@@ -76,8 +76,8 @@ kotlin {
|
||||
}
|
||||
jsMain {
|
||||
dependencies {
|
||||
implementation 'org.jetbrains:kotlin-react:16.13.1-pre.110-kotlin-KOTLIN_VERSION'
|
||||
implementation 'org.jetbrains:kotlin-react-dom:16.13.1-pre.110-kotlin-KOTLIN_VERSION'
|
||||
implementation 'org.jetbrains:kotlin-react:16.13.1-pre.113-kotlin-1.4.0'
|
||||
implementation 'org.jetbrains:kotlin-react-dom:16.13.1-pre.113-kotlin-1.4.0'
|
||||
}
|
||||
}
|
||||
jsTest {
|
||||
|
||||
+5
-5
@@ -62,9 +62,9 @@ kotlin {
|
||||
}
|
||||
val jvmMain by getting {
|
||||
dependencies {
|
||||
implementation("io.ktor:ktor-server-netty:1.3.2-KOTLIN_VERSION")
|
||||
implementation("io.ktor:ktor-html-builder:1.3.2-KOTLIN_VERSION")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.1-KOTLIN_VERSION")
|
||||
implementation("io.ktor:ktor-server-netty:1.4.0")
|
||||
implementation("io.ktor:ktor-html-builder:1.4.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2")
|
||||
}
|
||||
}
|
||||
val jvmTest by getting {
|
||||
@@ -74,8 +74,8 @@ kotlin {
|
||||
}
|
||||
val jsMain by getting {
|
||||
dependencies {
|
||||
implementation("org.jetbrains:kotlin-react:16.13.1-pre.110-kotlin-KOTLIN_VERSION")
|
||||
implementation("org.jetbrains:kotlin-react-dom:16.13.1-pre.110-kotlin-KOTLIN_VERSION")
|
||||
implementation("org.jetbrains:kotlin-react:16.13.1-pre.113-kotlin-1.4.0")
|
||||
implementation("org.jetbrains:kotlin-react-dom:16.13.1-pre.113-kotlin-1.4.0")
|
||||
}
|
||||
}
|
||||
val jsTest by getting {
|
||||
|
||||
Reference in New Issue
Block a user