File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ group = 'com.github.kotlin-graphics'
99
1010buildscript {
1111
12- ext. kotlinVersion = ' 1.2.41 '
12+ ext. kotlinVersion = ' 1.2.51 '
1313
1414 repositories {
1515 jcenter()
@@ -20,7 +20,7 @@ buildscript {
2020
2121 dependencies {
2222 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
23- classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.3 '
23+ classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.4 '
2424 classpath " org.junit.platform:junit-platform-gradle-plugin:1.1.0"
2525 }
2626}
@@ -33,7 +33,7 @@ dependencies {
3333 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
3434 implementation " org.jetbrains.kotlin:kotlin-reflect"
3535
36- implementation ' com.github.kotlin-graphics:uno-sdk:f74c19683632fe33a810acd3c6890143cb6d0175 '
36+ implementation ' com.github.kotlin-graphics:uno-sdk:6d0cd14 '
3737
3838 testCompile ' io.kotlintest:kotlintest-runner-junit5:3.1.0'
3939
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.7 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
You can’t perform that action at this time.
0 commit comments