Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Dec 5, 2024
1 parent 20df652 commit c16f93d
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,7 +1,7 @@
import org.gradle.internal.extensions.stdlib.toDefaultLowerCase

rootProject.name = "dua3-fx"
val projectVersion = "1.0.1-SNAPSHOT"
val projectVersion = "1.0.1"

include("fx-application")
include("fx-application:fx-application-fxml")
Expand All @@ -23,7 +23,7 @@ dependencyResolutionManagement {
plugin("spotbugs", "com.github.spotbugs").version("6.0.26")
plugin("cabe", "com.dua3.cabe").version("3.0.1")

version("dua3-utility", "14.2.0-SNAPSHOT")
version("dua3-utility", "15.0.0")
version("javafx", "23")
version("jspecify", "1.0.0")
version("log4j-bom", "2.24.2")
Expand Down

0 comments on commit c16f93d

Please sign in to comment.