Skip to content

Commit cae69ad

Browse files
committed
Update kotlin
1 parent 42ad5f8 commit cae69ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

games-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.61'
2+
ext.kotlin_version = '1.4.32'
33
ext.junitJupiterVersion = '5.0.2'
44

55
repositories {

games-js/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.61'
2+
ext.kotlin_version = '1.4.32'
33

44
repositories {
55
mavenCentral()
@@ -28,7 +28,7 @@ dependencies {
2828
expectedBy project(':games-core')
2929

3030
compile "com.github.lewik.klog:klog-js:$kotlin_version"
31-
compile "org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.3.8"
31+
compile "org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.4.3"
3232
}
3333

3434
compileKotlin2Js {

games-server/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = "1.3.61"
2+
ext.kotlin_version = "1.4.32"
33
ext.jupiter_version = "5.7.0"
44
ext.jackson_version = "2.11.3"
55

@@ -49,7 +49,7 @@ dependencies {
4949
compile "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
5050
compile "org.jetbrains.kotlin:kotlin-script-util:$kotlin_version"
5151
expectedBy project(":games-core")
52-
compile "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.3.8"
52+
compile "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.4.3"
5353

5454
compile group: 'commons-codec', name: 'commons-codec', version: '1.15'
5555
compile "com.fasterxml.jackson.core:jackson-core:$jackson_version"
@@ -75,7 +75,7 @@ dependencies {
7575
testCompile "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
7676
testCompile "org.junit.jupiter:junit-jupiter-params:$jupiter_version"
7777
testRuntime "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"
78-
testCompile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-test', version: '1.3.8'
78+
testCompile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-test', version: '1.4.3'
7979
}
8080

8181
clean {

0 commit comments

Comments
 (0)