File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ repositories {
1515}
1616
1717dependencies {
18- testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.14 '
18+ testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.15 '
1919}
2020```
2121
2222### Javascript/Common
2323
24- Replace dependency on ` assertk-jvm ` with ` assertk-js ` or ` assertk-common ` to use it in JavaScript and common projects,
24+ Replace dependency on ` assertk-jvm ` with ` assertk-js ` or ` assertk ` to use it in JavaScript and common projects,
2525respectively.
2626
2727## Usage
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111
1212allprojects {
1313 group ' com.willowtreeapps.assertk'
14- version ' 0.15-SNAPSHOT '
14+ version ' 0.15'
1515}
1616
1717ext {
@@ -62,7 +62,7 @@ kotlin {
6262 commonMain {
6363 dependencies {
6464 implementation kotlin(' stdlib-common' )
65- implementation ' com.willowtreeapps.opentest4k:opentest4k:1.1.1-SNAPSHOT '
65+ implementation ' com.willowtreeapps.opentest4k:opentest4k:1.1.1'
6666 }
6767 kotlin. srcDirs + = files(compileTemplates)
6868 }
You can’t perform that action at this time.
0 commit comments