Skip to content

Commit

Permalink
update spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Dec 2, 2023
1 parent 7b84ede commit 0ebf521
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,6 +1,6 @@
// define project name and version
rootProject.name = "dua3-utility"
val projectVersion = "12.0.0-beta6"
val projectVersion = "12.0.0-beta7-SNAPSHOT"

// define subprojects
include("utility")
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencyResolutionManagement {

plugin("versions", "com.github.ben-manes.versions").version("0.50.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.0-rc.3")
plugin("spotbugs", "com.github.spotbugs").version("6.0.1")
plugin("cabe", "com.dua3.cabe").version("1.3.0")

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

0 comments on commit 0ebf521

Please sign in to comment.