Skip to content

Commit

Permalink
v11.0.0-M9
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Aug 9, 2023
1 parent dfd8b50 commit 688b183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootProject.name = "dua3-utility"
val projectVersion = "11.0.0-M9-SNAPSHOT"
val projectVersion = "11.0.0-M9"

include("utility")
include("utility-db")
Expand All @@ -17,7 +17,7 @@ dependencyResolutionManagement {

plugin("versions", "com.github.ben-manes.versions").version("0.47.0")
plugin("test-logger", "com.adarshr.test-logger").version("3.2.0")
plugin("spotbugs", "com.github.spotbugs").version("5.1.1")
plugin("spotbugs", "com.github.spotbugs").version("5.1.2")
plugin("cabe", "com.dua3.cabe").version("1.2.0")

version("cabe", "1.0.0")
Expand Down

0 comments on commit 688b183

Please sign in to comment.