Skip to content

Commit 63724ee

Browse files
committed
⬆️ Kotlin 1.2.30-eap-16 and Gradle 4.5.1
1 parent 47f1525 commit 63724ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
99

1010
buildscript {
1111

12-
ext.kotlinVersion = '1.2.21'
12+
ext.kotlinVersion = '1.2.30-eap-16'
1313

1414
repositories {
1515
jcenter() // shadow
@@ -26,7 +26,7 @@ dependencies {
2626

2727
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2828

29-
compile 'com.github.kotlin-graphics:kotlin-unsigned:9f1103b13fa5840bafff72a6d40a2d3c9aea5e58'
29+
compile 'com.github.kotlin-graphics:kotlin-unsigned:25699f38acb986ddc4743cc6b19bf977d0e16705'
3030

3131
testCompile 'io.kotlintest:kotlintest:2.0.7'
3232
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip

0 commit comments

Comments
 (0)