File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
9
9
dependencies {
10
- classpath(kotlinModule(" gradle-plugin" , " 1.1.0-rc-91 " ))
10
+ classpath(kotlinModule(" gradle-plugin" , " 1.1.0" ))
11
11
// classpath("com.github.jengelman.gradle.plugins:shadow:1.2.3")
12
12
}
13
13
}
@@ -24,14 +24,12 @@ repositories {
24
24
}
25
25
26
26
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 " )
29
29
}
30
30
31
- allprojects {
32
- repositories {
33
- maven { setUrl(" https://jitpack.io" ) }
34
- }
31
+ repositories {
32
+ maven { setUrl(" https://jitpack.io" ) }
35
33
}
36
34
37
35
// val shadowJar: ShadowJar by tasks
You can’t perform that action at this time.
0 commit comments