Skip to content

Commit e2e8768

Browse files
committed
kt 1.1.2-5
1 parent 2fc147a commit e2e8768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = 'com.github.kotlin-graphics'
77

88
buildscript {
99

10-
ext.kotlinVersion = '1.1.2-2'
10+
ext.kotlinVersion = '1.1.2-5'
1111

1212
repositories {
1313
mavenCentral()
@@ -23,7 +23,7 @@ dependencies {
2323

2424
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2525

26-
compile "com.github.kotlin-graphics:kotlin-unsigned:1e9b807c1efda8478824ac629378584ec947963b"
26+
compile "com.github.kotlin-graphics:kotlin-unsigned:c721106019796bb1b9aaf471b84c691ef9481cf9"
2727

2828
testCompile("io.kotlintest:kotlintest:2.0.0")
2929
}

0 commit comments

Comments
 (0)