Skip to content

Commit 606ec0e

Browse files
committed
kotlintest 1.1rc91
1 parent 34d1a19 commit 606ec0e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ repositories {
2525

2626
dependencies {
2727
compile(kotlinModule("stdlib", "1.1.0-rc-91"))
28-
testCompile("io.kotlintest:kotlintest:1.3.6")
28+
testCompile("com.github.elect86:kotlintest:c4b7b397a0d182d1adaf61f71a9423c228dc0106")
29+
}
30+
31+
allprojects {
32+
repositories {
33+
maven { setUrl("https://jitpack.io") }
34+
}
2935
}
3036

3137
//val shadowJar: ShadowJar by tasks

0 commit comments

Comments
 (0)