Skip to content

Commit

Permalink
Start of update to Scala 2.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopakk committed Jul 11, 2019
1 parent 80d6708 commit a79bb3d
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 @@

// Settings common to Silver and backends
// Compilation settings
ThisBuild / scalaVersion := "2.12.7"
ThisBuild / scalaVersion := "2.13.0"
ThisBuild / scalacOptions ++= Seq(
"-deprecation", // Warn when using deprecated language features
"-unchecked", // Warn on generated code assumptions
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.2.8

0 comments on commit a79bb3d

Please sign in to comment.