Skip to content

Commit

Permalink
Merge pull request #23 from esamson/master
Browse files Browse the repository at this point in the history
Upgrade to scala 2.13.1 and sbt 1.3.3
  • Loading branch information
jpsacha committed Oct 29, 2019
2 parents b139235 + 6a656c2 commit a1a56f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version := "1.13.0"

organization := "org.scalafx"

scalaVersion := "2.13.0"
scalaVersion := "2.13.1"

libraryDependencies ++= Seq(
"org.scalafx" %% "scalafx" % "12.0.2-R18",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.3.0
sbt.version=1.3.3

0 comments on commit a1a56f7

Please sign in to comment.