Skip to content

Commit

Permalink
Merge pull request #262 from scala-steward/update/scala-library-2.12.13
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.13
  • Loading branch information
cquiroz authored Feb 27, 2021
2 parents da9f98d + 6baf565 commit 70d06bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def scalaVersionSpecificFolders(srcName: String, srcBaseDir: java.io.File, scala
lazy val commonSettings = Seq(
description := "java.time API implementation in Scala and Scala.js",
scalaVersion := scalaVer,
crossScalaVersions := Seq("2.13.5", "2.12.12", "2.13.4", "3.0.0-M3", "3.0.0-RC1"),
crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.5", "3.0.0-M3", "3.0.0-RC1"),
// Don't include threeten on the binaries
mappings in (Compile, packageBin) := (mappings in (Compile, packageBin)).value.filter {
case (f, s) => !s.contains("threeten")
Expand Down

0 comments on commit 70d06bd

Please sign in to comment.