Skip to content

Commit

Permalink
Update javafx to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Sep 18, 2023
1 parent b702c42 commit ead7353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ dependencies {
implementation("org.mapstruct:mapstruct:${mapstructVersion}")
implementation("com.code-disaster.steamworks4j:steamworks4j:1.9.0")

def javafxVersion = "20"
def javafxVersion = "21"
implementation("org.openjfx:javafx-base:${javafxVersion}:${javafxPlatform}")
implementation("org.openjfx:javafx-controls:${javafxVersion}:${javafxPlatform}")
implementation("org.openjfx:javafx-graphics:${javafxVersion}:${javafxPlatform}")
Expand Down

0 comments on commit ead7353

Please sign in to comment.