Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Commit 1f1506e

Browse files
epabstSchahen
authored andcommitted
Upgrade to Kotlin 1.2.70
1 parent 37e16b5 commit 1f1506e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.moowork.gradle.node.task.NodeTask
66

77
buildscript {
88
var kotlinVer: String by extra
9-
kotlinVer = "1.2.40"
9+
kotlinVer = "1.2.70"
1010
repositories {
1111
mavenCentral()
1212
}
@@ -25,7 +25,7 @@ buildscript {
2525
group = "com.github.kotlin.ts2kt"
2626
version = "1.0-SNAPSHOT"
2727
var kotlinVer: String by extra
28-
kotlinVer = "1.2.40"
28+
kotlinVer = "1.2.70"
2929

3030
repositories {
3131
mavenLocal()

0 commit comments

Comments
 (0)