Skip to content

Commit

Permalink
Update scala-library to 2.13.7 (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 3, 2021
1 parent 535de29 commit 887bccd
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 @@ -21,7 +21,7 @@ def ossrhPassword = sys.env.getOrElse("OSSRH_PASSWORD", "")

lazy val commonScalaVersionSettings = Seq(
scalaVersion := "2.12.15",
crossScalaVersions := Seq("2.12.15", "2.13.6")
crossScalaVersions := Seq("2.12.15", "2.13.7")
)

lazy val warnUnusedImport = Seq(
Expand Down

0 comments on commit 887bccd

Please sign in to comment.