File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
99
1010buildscript {
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}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments