Skip to content

Commit

Permalink
Bump com.willowtreeapps.assertk:assertk-jvm from 0.22 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [com.willowtreeapps.assertk:assertk-jvm](https://github.com/willowtreeapps/assertk) from 0.22 to 0.28.0.
- [Release notes](https://github.com/willowtreeapps/assertk/releases)
- [Changelog](https://github.com/willowtreeapps/assertk/blob/main/CHANGELOG.md)
- [Commits](willowtreeapps/assertk@v0.22...v0.28.0)

---
updated-dependencies:
- dependency-name: com.willowtreeapps.assertk:assertk-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 6fb83aa commit 69a50e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {

"testLibApi"(kotlin("stdlib-jdk8"))
// Bumping past 0.22 forces kotlin 1.4.x (Gradle 7+)
"testLibApi"("com.willowtreeapps.assertk:assertk-jvm:0.22")
"testLibApi"("com.willowtreeapps.assertk:assertk-jvm:0.28.0")

// Bumping these past 2.0.15 forces Gradle 7.x use for newer kotlin
"testImplementation"("org.spekframework.spek2:spek-dsl-jvm:2.0.15")
Expand Down

0 comments on commit 69a50e6

Please sign in to comment.