diff options
| author | David Biancolin | 2021-09-21 17:53:28 -0700 |
|---|---|---|
| committer | GitHub | 2021-09-22 00:53:28 +0000 |
| commit | 810f3cdffcb7acc6b7e41e070fb956987aee3806 (patch) | |
| tree | 142d4e118dd1c61e074a5396b7ce700db3c25869 /build.sbt | |
| parent | 6371e5624c0ecd45b6672df6322212e3c4e0a4ea (diff) | |
Revert default scala version to 2.12 for 3.5 release. (#2132)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ lazy val commonSettings = Seq ( organization := "edu.berkeley.cs", version := "3.5-SNAPSHOT", autoAPIMappings := true, - scalaVersion := "2.13.6", + scalaVersion := "2.12.15", crossScalaVersions := Seq("2.13.6", "2.12.15"), scalacOptions := Seq("-deprecation", "-feature"), libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, |
