Bumped AssertK to version 0.28.1

This commit is contained in:
Erik C. Thauvin 2024-05-10 10:41:52 -07:00
parent b852f51209
commit fa33377372
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -74,7 +74,7 @@ public class IsgdShortenBuild extends Project {
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)))
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 0)));
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 1)));
publishOperation()
.repository(version.isSnapshot() ? repository(SONATYPE_SNAPSHOTS_LEGACY.location())