Skip to content

Commit 1997c42

Browse files
committed
kt 1.2 M1
1 parent b7b30f2 commit 1997c42

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/.idea/
1+
/.idea/
2+
/.nb-gradle/

build.gradle

+3-3
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-5'
10+
ext.kotlinVersion = '1.2-M1'
1111

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

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

26-
compile "com.github.kotlin-graphics:kotlin-unsigned:c721106019796bb1b9aaf471b84c691ef9481cf9"
26+
compile "com.github.kotlin-graphics:kotlin-unsigned:3a6ff81a10414e01fa228b18b73f9ea388938ca1"
2727

28-
testCompile("io.kotlintest:kotlintest:2.0.0")
28+
compile 'com.github.elect86:kotlintest:43281b7e1b'
2929
}
3030

3131
repositories {

0 commit comments

Comments
 (0)