Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent d43c98e commit 525e52b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/EndpointsSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ object EndpointsSettings {
libraryDependencies -= "org.scala-lang" % "scala-compiler" % scalaVersion.value % Runtime
)
val `scala 2.13` = Seq(
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12")
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14")
)
val `scala 2.12 to 2.13` = Seq(
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12", "2.12.18")
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14", "2.12.18")
)
val `scala 2.12 to dotty` = Seq(
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12", "3.3.3", "2.12.18")
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14", "3.3.3", "2.12.18")
)

val publishSettings = commonSettings ++ Seq(
Expand Down

0 comments on commit 525e52b

Please sign in to comment.