We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc147a commit e2e8768Copy full SHA for e2e8768
build.gradle
@@ -7,7 +7,7 @@ group = 'com.github.kotlin-graphics'
7
8
buildscript {
9
10
- ext.kotlinVersion = '1.1.2-2'
+ ext.kotlinVersion = '1.1.2-5'
11
12
repositories {
13
mavenCentral()
@@ -23,7 +23,7 @@ dependencies {
23
24
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
25
26
- compile "com.github.kotlin-graphics:kotlin-unsigned:1e9b807c1efda8478824ac629378584ec947963b"
+ compile "com.github.kotlin-graphics:kotlin-unsigned:c721106019796bb1b9aaf471b84c691ef9481cf9"
27
28
testCompile("io.kotlintest:kotlintest:2.0.0")
29
}
0 commit comments