Skip to content

Commit

Permalink
bump: scala-library 2.13.12 (was 2.13.11) (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 29, 2023
1 parent 0081efa commit e085b02
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
@@ -1,7 +1,7 @@
enablePlugins(JavaAppPackaging)
name := "bootstrap-demo-dns-api"

scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

def akkaManagementVersion(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 @@ -2,7 +2,7 @@ import com.typesafe.sbt.packager.docker._

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

scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

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 @@ -4,7 +4,7 @@ name := "bootstrap-demo-marathon-api"

version := "0.1.0"

scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

val akkaManagementVersion = "1.2.0"

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Keys._

object Dependencies {

val Scala213 = "2.13.11"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val CrossScalaVersions = Seq(Scala213, Scala3)

Expand Down

0 comments on commit e085b02

Please sign in to comment.