Skip to content

Commit 80e4de2

Browse files
authored
Update scala version (2.13.18) (#899)
1 parent e61ca81 commit 80e4de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Settings common to Silver and backends
88
// Compilation settings
99

10-
ThisBuild / scalaVersion := "2.13.10"
10+
ThisBuild / scalaVersion := "2.13.18"
1111
ThisBuild / scalacOptions ++= Seq(
1212
"-encoding", "UTF-8", // Enforce UTF-8, instead of relying on properly set locales
1313
"-deprecation", // Warn when using deprecated language features
@@ -64,3 +64,4 @@ lazy val silver = (project in file("."))
6464
assembly / assemblyJarName := "silver.jar",
6565
assembly / test := {},
6666
)
67+

0 commit comments

Comments
 (0)