Skip to content

Commit b5a9d5d

Browse files
committed
Update scalafx-extras to 0.8.0
1 parent 92f4359 commit b5a9d5d

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
@@ -106,7 +106,7 @@ lazy val scala_console = (project in file("scala-console"))
106106
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
107107
"org.scalafx" %% "scalafx" % "20.0.0-R31",
108108
// "org.scalafx" %% "scalafxml-core-sfx8" % "0.5",
109-
"org.scalafx" %% "scalafx-extras" % "0.7.0",
109+
"org.scalafx" %% "scalafx-extras" % "0.8.0",
110110
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
111111
),
112112
// Exclude due to security issue with its dependency "com.google.protobuf":"protobuf-java":"3.7.0"

0 commit comments

Comments
 (0)