Skip to content

Commit 2edf50e

Browse files
committed
Use latest release version of ScalaFX.
1 parent 08e05e0 commit 2edf50e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name := "ScalaFX Hello World"
33

44
// Project version
5-
version := "12.0.2-R18-SNAPSHOT"
5+
version := "12.0.2-R18"
66

77
// Version of Scala used by the project
88
scalaVersion := "2.13.0"
99

1010
// Add dependency on ScalaFX library
11-
libraryDependencies += "org.scalafx" %% "scalafx" % "12.0.2-R18-SNAPSHOT"
11+
libraryDependencies += "org.scalafx" %% "scalafx" % "12.0.2-R18"
1212
resolvers += Resolver.sonatypeRepo("snapshots")
1313

1414
scalacOptions ++= Seq("-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8", "-feature")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.3.0
22

0 commit comments

Comments
 (0)