diff options
| author | Scala Steward | 2021-05-17 17:37:32 +0200 |
|---|---|---|
| committer | Jiuyang Liu | 2021-05-17 17:54:29 +0000 |
| commit | 5c35e17b142cd76f3ff333eb0edf05c2e8f79cfd (patch) | |
| tree | 7d2295ed9e1f158c18269ae77a2ab97990ed425b /build.sbt | |
| parent | 89dd22b875ae99dc728d33eb28ace05c8dfd9b6c (diff) | |
Update scala-compiler, scala-library, ... to 2.13.6
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ lazy val commonSettings = Seq ( organization := "edu.berkeley.cs", version := "3.5-SNAPSHOT", autoAPIMappings := true, - scalaVersion := "2.13.5", - crossScalaVersions := Seq("2.13.5", "2.12.13"), + scalaVersion := "2.13.6", + crossScalaVersions := Seq("2.13.6", "2.12.13"), scalacOptions := Seq("-deprecation", "-feature"), libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, // Macros paradise is integrated into 2.13 but requires a scalacOption |
