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 68b554b commit 344bb5cCopy full SHA for 344bb5c
build.gradle
@@ -9,7 +9,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
9
10
buildscript {
11
12
- ext.kotlinVersion = '1.2.0-beta-88'
+ ext.kotlinVersion = '1.2.0-rc-39'
13
14
repositories {
15
jcenter() // shadow
@@ -27,9 +27,9 @@ dependencies {
27
28
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
29
30
- compile 'com.github.kotlin-graphics:kotlin-unsigned:baa219820e77f07294deea6c9b5d9af9b5125c95'
+ compile 'com.github.kotlin-graphics:kotlin-unsigned:f15b79c3ac751e4dea3ebee52117801943cbe5cd'
31
32
- testCompile 'com.github.elect86:kotlintest:43281b7e1b'
+ testCompile 'io.kotlintest:kotlintest:2.0.7'
33
}
34
35
0 commit comments