Skip to content

Commit

Permalink
Update to javafx 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Mar 25, 2023
1 parent b0520a8 commit d911597
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 @@ -334,7 +334,7 @@ dependencies {
implementation("org.mapstruct:mapstruct:${mapstructVersion}")
implementation("com.code-disaster.steamworks4j:steamworks4j:1.9.0")

def javafxVersion = "19"
def javafxVersion = "20"
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 d911597

Please sign in to comment.