Skip to content

Commit 344bb5c

Browse files
committed
- ⬆️ kt 1.2 rc 39
1 parent 68b554b commit 344bb5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

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

1010
buildscript {
1111

12-
ext.kotlinVersion = '1.2.0-beta-88'
12+
ext.kotlinVersion = '1.2.0-rc-39'
1313

1414
repositories {
1515
jcenter() // shadow
@@ -27,9 +27,9 @@ dependencies {
2727

2828
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2929

30-
compile 'com.github.kotlin-graphics:kotlin-unsigned:baa219820e77f07294deea6c9b5d9af9b5125c95'
30+
compile 'com.github.kotlin-graphics:kotlin-unsigned:f15b79c3ac751e4dea3ebee52117801943cbe5cd'
3131

32-
testCompile 'com.github.elect86:kotlintest:43281b7e1b'
32+
testCompile 'io.kotlintest:kotlintest:2.0.7'
3333
}
3434

3535
repositories {

0 commit comments

Comments
 (0)