Skip to content

Commit

Permalink
Upgrade scala-library from 2.12.19 to 2.12.20 (#621)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward committed Sep 9, 2024
1 parent a91217f commit 076943d
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 @@ -4,7 +4,7 @@ lazy val root = project
.settings(
name := "scynamo",
organization := "io.moia",
crossScalaVersions := List("2.13.14", "2.12.19"),
crossScalaVersions := List("2.13.14", "2.12.20"),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 12)) => scalacOptions_2_12
Expand Down

0 comments on commit 076943d

Please sign in to comment.