Skip to content

Commit c6d6cf2

Browse files
committed
Update ScalaFX to 16.0.0-R25
1 parent 6193984 commit c6d6cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ scalaVersion := scala2Version
1414

1515
//@formatter:off
1616
libraryDependencies ++= Seq(
17-
"org.scalafx" %% "scalafx" % "16.0.0-R25-SNAPSHOT",
17+
"org.scalafx" %% "scalafx" % "16.0.0-R25",
1818
"org.scalatest" %% "scalatest" % "3.2.10"
1919
)
2020

0 commit comments

Comments
 (0)