Skip to content

Commit

Permalink
v1.0.6; update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Feb 17, 2025
1 parent 2f178e3 commit 5ca94b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.internal.extensions.stdlib.toDefaultLowerCase

rootProject.name = "dua3-fx"
val projectVersion = "1.0.5"
val projectVersion = "1.0.6"

include("fx-application")
include("fx-application:fx-application-fxml")
Expand All @@ -17,10 +17,10 @@ dependencyResolutionManagement {

plugin("versions", "com.github.ben-manes.versions").version("0.52.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.1.4")
plugin("spotbugs", "com.github.spotbugs").version("6.1.5")
plugin("cabe", "com.dua3.cabe").version("3.0.2")

version("dua3-utility", "16.0.2")
version("dua3-utility", "16.1.1")
version("javafx", "23")
version("jspecify", "1.0.0")
version("log4j-bom", "2.24.3")
Expand Down

0 comments on commit 5ca94b1

Please sign in to comment.