We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ce990 commit 4185addCopy full SHA for 4185add
build.sbt
@@ -112,7 +112,7 @@ lazy val scalaFXExtrasSettings = Seq(
112
libraryDependencies ++= Seq(
113
"com.beachape" %% "enumeratum" % "1.6.1",
114
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
115
- "org.scalafx" %% "scalafx" % "15.0.1-R20",
+ "org.scalafx" %% "scalafx" % "15.0.1-R21",
116
"org.scalafx" %% "scalafxml-core-sfx8" % "0.5",
117
"org.scalatest" %% "scalatest" % "3.2.3" % "test"
118
) ++ JavaFXModuleLibsProvided,
0 commit comments