Skip to content

Commit

Permalink
Update scala-library to 2.13.15 in scala2 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent 1b44ff6 commit bbc1434
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 @@ -19,8 +19,8 @@ def commonSettings = Seq(
//isSnapshot := true,
//publishConfiguration := publishConfiguration.value.withOverwrite(true),
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.15"),
pomIncludeRepository := { _ => false },
publishMavenStyle := true,
publishTo := {
Expand Down

0 comments on commit bbc1434

Please sign in to comment.