Skip to content

Commit

Permalink
update javafx-swing version
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Jan 9, 2024
1 parent 5ca4c67 commit 6eedd19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 3.3-SNAPSHOT
org.gradle.caching = true
org.gradle.parallel = true
version=3.3-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
6 changes: 3 additions & 3 deletions module/visual/swing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies {
api(project(":jul.schedule"))
api("org.netbeans.external:AbsoluteLayout:_")
api(project(":jul.extension.type.interface"))
api("org.openjfx:javafx-swing:17.0.9:win")
api("org.openjfx:javafx-swing:17.0.9:mac")
api("org.openjfx:javafx-swing:17.0.9:linux")
api("org.openjfx:javafx-swing:21.0.1:win")
api("org.openjfx:javafx-swing:21.0.1:mac")
api("org.openjfx:javafx-swing:21.0.1:linux")
}

description = "JUL Visual Swing"
Expand Down

0 comments on commit 6eedd19

Please sign in to comment.