Skip to content

Commit 43234f4

Browse files
committed
Upgrade ScalaFX to latest released version
1 parent 2c529a5 commit 43234f4

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
@@ -9,7 +9,7 @@ organization := "org.scalafx"
99
scalaVersion := "2.13.0"
1010

1111
libraryDependencies ++= Seq(
12-
"org.scalafx" %% "scalafx" % "12.0.2-R18-SNAPSHOT",
12+
"org.scalafx" %% "scalafx" % "12.0.2-R18",
1313
"org.scala-lang.modules" %% "scala-xml" % "1.2.0"
1414
)
1515

0 commit comments

Comments
 (0)