From 810f3cdffcb7acc6b7e41e070fb956987aee3806 Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Tue, 21 Sep 2021 17:53:28 -0700 Subject: Revert default scala version to 2.12 for 3.5 release. (#2132) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index ec4cda13..e99310f2 100644 --- a/build.sbt +++ b/build.sbt @@ -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, -- cgit v1.2.3