diff options
| author | Scala Steward | 2021-09-14 00:50:37 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-13 15:50:37 -0700 |
| commit | c66f0ed24366f8ce0e20a5a420589b8ae01aba77 (patch) | |
| tree | 6304700321ce68784da50859cb18804e462b368b /build.sbt | |
| parent | e27de290cd649581957958ab212be8a115a29177 (diff) | |
Update scala-compiler, scala-library, ... to 2.12.14 (#1950)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ lazy val commonSettings = Seq ( version := "3.5-SNAPSHOT", autoAPIMappings := true, scalaVersion := "2.13.6", - crossScalaVersions := Seq("2.13.6", "2.12.13"), + crossScalaVersions := Seq("2.13.6", "2.12.14"), scalacOptions := Seq("-deprecation", "-feature"), libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, // Macros paradise is integrated into 2.13 but requires a scalacOption |
