Skip to content

Commit 5d86339

Browse files
committed
Update ScalaFX to 20.0.0-R31
1 parent d342c3a commit 5d86339

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
@@ -104,7 +104,7 @@ lazy val scala_console = (project in file("scala-console"))
104104
"com.beachape" %% "enumeratum" % "1.7.2",
105105
"org.fxmisc.richtext" % "richtextfx" % "0.11.0",
106106
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
107-
"org.scalafx" %% "scalafx" % "19.0.0-R30",
107+
"org.scalafx" %% "scalafx" % "20.0.0-R31",
108108
// "org.scalafx" %% "scalafxml-core-sfx8" % "0.5",
109109
"org.scalafx" %% "scalafx-extras" % "0.7.0",
110110
"org.scalatest" %% "scalatest" % "3.2.15" % "test"

0 commit comments

Comments
 (0)