summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 5030c016..2400233a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,8 +15,8 @@ lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.5-SNAPSHOT",
autoAPIMappings := true,
- scalaVersion := "2.12.12",
- crossScalaVersions := Seq("2.12.12"),
+ scalaVersion := "2.12.13",
+ crossScalaVersions := Seq("2.12.13"),
scalacOptions := Seq("-deprecation", "-feature",
),
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
@@ -92,6 +92,7 @@ lazy val pluginScalaVersions = Seq(
"2.12.10",
"2.12.11",
"2.12.12",
+ "2.12.13",
)
lazy val plugin = (project in file("plugin")).