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 d342c3a commit 5d86339Copy full SHA for 5d86339
build.sbt
@@ -104,7 +104,7 @@ lazy val scala_console = (project in file("scala-console"))
104
"com.beachape" %% "enumeratum" % "1.7.2",
105
"org.fxmisc.richtext" % "richtextfx" % "0.11.0",
106
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
107
- "org.scalafx" %% "scalafx" % "19.0.0-R30",
+ "org.scalafx" %% "scalafx" % "20.0.0-R31",
108
// "org.scalafx" %% "scalafxml-core-sfx8" % "0.5",
109
"org.scalafx" %% "scalafx-extras" % "0.7.0",
110
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
0 commit comments