Skip to content

Commit

Permalink
Update assertk
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks committed Feb 17, 2021
1 parent 3cde709 commit 2719f41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vgo-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.22")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.23.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.6.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.0")
Expand Down
2 changes: 1 addition & 1 deletion vgo-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
dependencies {
implementation(project(":vgo"))

testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.22")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.23.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.6.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.0")
Expand Down
2 changes: 1 addition & 1 deletion vgo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sourceSets {
dependencies {
implementation(project(":vgo-core"))

testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.22")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.23.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.6.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.0")
Expand Down

0 comments on commit 2719f41

Please sign in to comment.