We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5150843 commit b12f181Copy full SHA for b12f181
build.gradle
@@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
11
12
buildscript {
13
14
- ext.kotlinVersion = '1.2.41'
+ ext.kotlinVersion = '1.2.50'
15
16
repositories {
17
jcenter() // shadow
@@ -30,7 +30,7 @@ dependencies {
30
31
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
32
33
- implementation 'com.github.kotlin-graphics:kotlin-unsigned:1a060d87adc12a53ad1e16f08489bb4924b9c036'
+ implementation 'com.github.kotlin-graphics:kotlin-unsigned:0f6b48ccb2adb3a0c30e811cd75b4f2e66e1660b'
34
35
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
36
0 commit comments