Skip to content

Commit 6a656c2

Browse files
committed
Upgrade to scala 2.13.1 and sbt 1.3.3
Avoids scala/bug#11608 and sbt/sbt#5093
1 parent b139235 commit 6a656c2

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)