Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 6, 2024
1 parent 540d36b commit 6eaaa33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val metricsScala = project
.in(file("metrics-scala"))
.settings(
commonSettings,
crossScalaVersions := Seq("3.3.3", scala213, "2.12.19", "2.11.12"),
crossScalaVersions := Seq("3.3.3", scala213, "2.12.20", "2.11.12"),
name := "metrics4-scala",
description := "metrics-scala for Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
Expand All @@ -74,7 +74,7 @@ lazy val metricsScalaHdr = project
.dependsOn(metricsScala)
.settings(
commonSettings,
crossScalaVersions := Seq("3.3.3", scala213, "2.12.19", "2.11.12"),
crossScalaVersions := Seq("3.3.3", scala213, "2.12.20", "2.11.12"),
name := "metrics4-scala-hdr",
description := "metrics-scala-hdr for Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
Expand All @@ -90,7 +90,7 @@ lazy val metricsPekko = project
.dependsOn(metricsScala)
.settings(
commonSettings,
crossScalaVersions := Seq("3.3.3", scala213, "2.12.19"),
crossScalaVersions := Seq("3.3.3", scala213, "2.12.20"),
name := "metrics4-pekko",
description := "metrics-scala for pekko 1.0 and Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
Expand All @@ -106,7 +106,7 @@ lazy val metricsAkka26 = project
.dependsOn(metricsScala)
.settings(
commonSettings,
crossScalaVersions := Seq("3.3.3", scala213, "2.12.19"),
crossScalaVersions := Seq("3.3.3", scala213, "2.12.20"),
name := "metrics4-akka_a26",
description := "metrics-scala for Akka 2.6 and Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
Expand All @@ -125,7 +125,7 @@ lazy val metricsAkka25 = project
.dependsOn(metricsScala)
.settings(
commonSettings,
crossScalaVersions := Seq(scala213, "2.12.19"),
crossScalaVersions := Seq(scala213, "2.12.20"),
name := "metrics4-akka_a25",
description := "metrics-scala for Akka 2.5 and 2.6 and Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 6eaaa33

Please sign in to comment.