File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ group = 'com.github.kotlin-graphics'
1212
1313buildscript {
1414
15- ext. kotlinVersion = ' 1.2.50 '
15+ ext. kotlinVersion = ' 1.2.51 '
1616
1717 repositories {
1818 mavenCentral()
@@ -22,7 +22,7 @@ buildscript {
2222 }
2323 dependencies {
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
25- classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.3 '
25+ classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.4 '
2626 classpath " org.junit.platform:junit-platform-gradle-plugin:1.1.0"
2727 }
2828}
@@ -36,9 +36,9 @@ dependencies {
3636 implementation " $kotlin -reflect:$kotlinVersion "
3737
3838 ext. kx = " com.github.kotlin-graphics"
39- implementation " $kx :gln:6b7c648 "
40- implementation " $kx :vkk:b526b9a "
41- implementation " $kx :appBuffer:aff415e3566ab5a9da28efcd569fd55b92a16070 "
39+ implementation " $kx :gln:520e83c "
40+ implementation " $kx :vkk:b4a7ec7 "
41+ implementation " $kx :appBuffer:84c9312 "
4242
4343 testImplementation ' io.kotlintest:kotlintest:2.0.7'
4444 testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.0.6'
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.6 -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