Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jan 28, 2024
1 parent e31575a commit c074782
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// define project name and version
rootProject.name = "dua3-utility"
val projectVersion = "12.0.5"
val projectVersion = "12.0.6-SNAPSHOT"

// define subprojects
include("utility")
Expand All @@ -27,10 +27,10 @@ dependencyResolutionManagement {
create("libs") {
version("projectVersion", projectVersion)

plugin("versions", "com.github.ben-manes.versions").version("0.50.0")
plugin("versions", "com.github.ben-manes.versions").version("0.51.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.6")
plugin("cabe", "com.dua3.cabe").version("2.1-rc2")
plugin("spotbugs", "com.github.spotbugs").version("6.0.7")
plugin("cabe", "com.dua3.cabe").version("2.1")

version("cabe-annotations", "2.0")
version("junit", "5.10.1")
Expand All @@ -39,7 +39,7 @@ dependencyResolutionManagement {
version("jimfs", "1.3.0")
version("miglayout", "11.3")
version("spotbugs", "4.8.2")
version("mockito", "5.9.0")
version("mockito", "5.10.0")

library("cabe-annotations", "com.dua3.cabe", "cabe-annotations").versionRef("cabe-annotations")

Expand Down

0 comments on commit c074782

Please sign in to comment.