diff options
| author | Jack Koenig | 2021-02-01 12:44:24 -0800 |
|---|---|---|
| committer | GitHub | 2021-02-01 12:44:24 -0800 |
| commit | 445b5cecb267adcd556627ffea2486b20740d6d4 (patch) | |
| tree | 9f874c4a005c92cfdb0ec15af595224cfdc81ef9 /build.sbt | |
| parent | 654db98e92c0ea96d89f0307c043951fdc73a257 (diff) | |
Bump to Scala 2.12.13 (#1766)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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")). |
