Skip to content

Commit 9c0a001

Browse files
committed
upgrade kotlin to 1.3.40
1 parent 07718a0 commit 9c0a001

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "4.1-SNAPSHOT"
55

66
plugins {
77
`maven-publish`
8-
kotlin("multiplatform") version "1.3.21"
8+
kotlin("multiplatform") version "1.3.40"
99
}
1010

1111
repositories {

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/TeamHubApp/kotlin-diff-utils",
2525
"dependencies": {
26-
"kotlin": "1.3.31"
26+
"kotlin": "1.3.40"
2727
}
2828
}
2929

0 commit comments

Comments
 (0)