Skip to content

Commit 4185add

Browse files
committed
Upgrade ScalaFX to 15.0.1-R21
1 parent c5ce990 commit 4185add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ lazy val scalaFXExtrasSettings = Seq(
112112
libraryDependencies ++= Seq(
113113
"com.beachape" %% "enumeratum" % "1.6.1",
114114
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
115-
"org.scalafx" %% "scalafx" % "15.0.1-R20",
115+
"org.scalafx" %% "scalafx" % "15.0.1-R21",
116116
"org.scalafx" %% "scalafxml-core-sfx8" % "0.5",
117117
"org.scalatest" %% "scalatest" % "3.2.3" % "test"
118118
) ++ JavaFXModuleLibsProvided,

0 commit comments

Comments
 (0)