Skip to content

Commit

Permalink
Update scala-library to 2.13.14 in scala2 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 5, 2024
1 parent fec56ec commit 53a4924
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.13",
crossScalaVersions := Seq("2.13.13"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14"),
pomIncludeRepository := { _ => false },
publishMavenStyle := true,
publishTo := {
Expand Down

0 comments on commit 53a4924

Please sign in to comment.