File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.17] 2019-05-29
8+
9+ ### Fixed
10+ - Fixed transitive dep in js artifact
11+
712## [ 0.16] 2019-05-18
813
914### Fixed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515}
1616
1717dependencies {
18- testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.16 '
18+ testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.17 '
1919}
2020```
2121
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212
1313allprojects {
1414 group ' com.willowtreeapps.assertk'
15- version ' 0.17-SNAPSHOT '
15+ version ' 0.17'
1616}
1717
1818ext {
You can’t perform that action at this time.
0 commit comments