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 92f4359 commit b5a9d5dCopy full SHA for b5a9d5d
build.sbt
@@ -106,7 +106,7 @@ lazy val scala_console = (project in file("scala-console"))
106
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
107
"org.scalafx" %% "scalafx" % "20.0.0-R31",
108
// "org.scalafx" %% "scalafxml-core-sfx8" % "0.5",
109
- "org.scalafx" %% "scalafx-extras" % "0.7.0",
+ "org.scalafx" %% "scalafx-extras" % "0.8.0",
110
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
111
),
112
// Exclude due to security issue with its dependency "com.google.protobuf":"protobuf-java":"3.7.0"
0 commit comments