Skip to content

Commit

Permalink
Update scala-library to 2.12.18 (#269)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.12.18

* Revert commit(s) 7953d87

* Update scala-library to 2.12.18
  • Loading branch information
scala-steward authored Jul 9, 2023
1 parent ef75e9f commit 94b0e10
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 @@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
organization := "ch.megard",
version := "1.2.1-SNAPSHOT",
scalaVersion := "2.13.11",
crossScalaVersions := Seq(scalaVersion.value, "2.12.17", "3.2.2"),
crossScalaVersions := Seq(scalaVersion.value, "2.12.18", "3.2.2"),
scalacOptions ++= Seq(
"-encoding",
"UTF-8",
Expand Down

0 comments on commit 94b0e10

Please sign in to comment.