Skip to content

Commit

Permalink
Bump ScalaFX to 21.0.0-R32
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 18, 2023
1 parent 3358721 commit 0a23d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ lazy val scalaFXExtrasSettings = Seq(
Seq.empty[sbt.ModuleID]
),
libraryDependencies ++= Seq(
"org.scalafx" %% "scalafx" % "20.0.0-R31",
"org.scalafx" %% "scalafx" % "21.0.0-R32",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
),
libraryDependencies ++= (
Expand Down

0 comments on commit 0a23d38

Please sign in to comment.