Skip to content

Commit

Permalink
Update scalafx-extras to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Apr 24, 2023
1 parent 92f4359 commit b5a9d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lazy val scala_console = (project in file("scala-console"))
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
"org.scalafx" %% "scalafx" % "20.0.0-R31",
// "org.scalafx" %% "scalafxml-core-sfx8" % "0.5",
"org.scalafx" %% "scalafx-extras" % "0.7.0",
"org.scalafx" %% "scalafx-extras" % "0.8.0",
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
),
// Exclude due to security issue with its dependency "com.google.protobuf":"protobuf-java":"3.7.0"
Expand Down

0 comments on commit b5a9d5d

Please sign in to comment.