Skip to content

Commit

Permalink
Update scala-library to 2.12.14 (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 9, 2021
1 parent 76e5416 commit 1664a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def ossrhPassword = sys.env.getOrElse("OSSRH_PASSWORD", "")


lazy val commonScalaVersionSettings = Seq(
scalaVersion := "2.12.12",
crossScalaVersions := Seq("2.12.12", "2.13.6")
scalaVersion := "2.12.14",
crossScalaVersions := Seq("2.12.14", "2.13.6")
)

lazy val warnUnusedImport = Seq(
Expand Down

0 comments on commit 1664a5a

Please sign in to comment.