Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Sep 29, 2024
1 parent 6f970c6 commit 6d8b903
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-test/dns-api-mesos/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
enablePlugins(JavaAppPackaging)
name := "bootstrap-demo-dns-api"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

def pekkoManagementVersion(version: String) = version.split('+')(0)

Expand Down
2 changes: 1 addition & 1 deletion integration-test/marathon-api-docker/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.typesafe.sbt.packager.docker._

name := "bootstrap-demo-marathon-api-docker"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

enablePlugins(JavaServerAppPackaging)

Expand Down
2 changes: 1 addition & 1 deletion integration-test/marathon-api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name := "bootstrap-demo-marathon-api"

version := "1.1.4"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

val pekkoManagementVersion = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import sbt._
object Dependencies {
// keep in sync with .github/workflows/unit-tests.yml
val scala212Version = "2.12.20"
val scala213Version = "2.13.14"
val scala213Version = "2.13.15"
val scala3Version = "3.3.3"
val crossScalaVersions = Seq(scala212Version, scala213Version, scala3Version)

Expand Down

0 comments on commit 6d8b903

Please sign in to comment.