Skip to content

Commit

Permalink
Prepare release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed May 18, 2019
1 parent 9f01e68 commit 6cdaca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ repositories {
}
dependencies {
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.14'
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.15'
}
```

### Javascript/Common

Replace dependency on `assertk-jvm` with `assertk-js` or `assertk-common` to use it in JavaScript and common projects,
Replace dependency on `assertk-jvm` with `assertk-js` or `assertk` to use it in JavaScript and common projects,
respectively.

## Usage
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

allprojects {
group 'com.willowtreeapps.assertk'
version '0.15-SNAPSHOT'
version '0.15'
}

ext {
Expand Down Expand Up @@ -62,7 +62,7 @@ kotlin {
commonMain {
dependencies {
implementation kotlin('stdlib-common')
implementation 'com.willowtreeapps.opentest4k:opentest4k:1.1.1-SNAPSHOT'
implementation 'com.willowtreeapps.opentest4k:opentest4k:1.1.1'
}
kotlin.srcDirs += files(compileTemplates)
}
Expand Down

0 comments on commit 6cdaca1

Please sign in to comment.