Skip to content

Commit b12f181

Browse files
committed
⬆️ kotlin 1.2.50
1 parent 5150843 commit b12f181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

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

1212
buildscript {
1313

14-
ext.kotlinVersion = '1.2.41'
14+
ext.kotlinVersion = '1.2.50'
1515

1616
repositories {
1717
jcenter() // shadow
@@ -30,7 +30,7 @@ dependencies {
3030

3131
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
3232

33-
implementation 'com.github.kotlin-graphics:kotlin-unsigned:1a060d87adc12a53ad1e16f08489bb4924b9c036'
33+
implementation 'com.github.kotlin-graphics:kotlin-unsigned:0f6b48ccb2adb3a0c30e811cd75b4f2e66e1660b'
3434

3535
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
3636

0 commit comments

Comments
 (0)