Skip to content

Commit 405b68c

Browse files
committed
kotlin 1.1.0
1 parent 606ec0e commit 405b68c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

build.gradle.kts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath(kotlinModule("gradle-plugin", "1.1.0-rc-91"))
10+
classpath(kotlinModule("gradle-plugin", "1.1.0"))
1111
// classpath("com.github.jengelman.gradle.plugins:shadow:1.2.3")
1212
}
1313
}
@@ -24,14 +24,12 @@ repositories {
2424
}
2525

2626
dependencies {
27-
compile(kotlinModule("stdlib", "1.1.0-rc-91"))
28-
testCompile("com.github.elect86:kotlintest:c4b7b397a0d182d1adaf61f71a9423c228dc0106")
27+
compile(kotlinModule("stdlib", "1.1.0"))
28+
testCompile("com.github.elect86:kotlintest:d8878d6da0944ec6bcbcdad6a1540bba021d768d")
2929
}
3030

31-
allprojects {
32-
repositories {
33-
maven { setUrl("https://jitpack.io") }
34-
}
31+
repositories {
32+
maven { setUrl("https://jitpack.io") }
3533
}
3634

3735
//val shadowJar: ShadowJar by tasks

0 commit comments

Comments
 (0)