Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 4, 2024
1 parent 7597875 commit a1e7df6
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 @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
scmInfo := Some(ScmInfo(url("https://github.com/moia-oss/scala-pekko-http-client"), "scm:[email protected]:moia-oss/scala-pekko-http-client.git")),
homepage := Some(url("https://github.com/moia-oss/scala-pekko-http-client")),
scalaVersion := "2.13.12",
crossScalaVersions := List("2.12.18", "2.13.12"),
crossScalaVersions := List("2.12.19", "2.13.12"),
versionScheme := Some("early-semver"),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit a1e7df6

Please sign in to comment.