Skip to content

Commit 2c12f43

Browse files
committed
Update kotlin to 1.3.60
1 parent bdb5f0b commit 2c12f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
plugins {
1212
id 'maven-publish'
1313
id 'java-gradle-plugin'
14-
id 'org.jetbrains.kotlin.jvm' version "1.3.50"
14+
id 'org.jetbrains.kotlin.jvm' version "1.3.60"
1515
}
1616

1717
// Load `local.properties` file, if it exists. You can put your bintrayUser and bintrayApiKey values there, that file is ignored by git

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ bintrayRepository=kotlinx
1616
# Put name of your package here.
1717
bintrayPackage=kotlinx.team.infra
1818

19-
kotlin_version=1.3.60-eap-76
19+
kotlin_version=1.3.60
2020
jmhVersion=1.21
2121

0 commit comments

Comments
 (0)