Skip to content

Commit a1a56f7

Browse files
authored
Merge pull request #23 from esamson/master
Upgrade to scala 2.13.1 and sbt 1.3.3
2 parents b139235 + 6a656c2 commit a1a56f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version := "1.13.0"
66

77
organization := "org.scalafx"
88

9-
scalaVersion := "2.13.0"
9+
scalaVersion := "2.13.1"
1010

1111
libraryDependencies ++= Seq(
1212
"org.scalafx" %% "scalafx" % "12.0.2-R18",

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.3.0
1+
sbt.version=1.3.3
22

0 commit comments

Comments
 (0)