Skip to content

Commit 6399beb

Browse files
authored
Merge pull request #467 from scala-steward/update/9.1.x/patches
[9.1.x] Patch updates
2 parents 5089e85 + 4bd7295 commit 6399beb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44
// scalaVersion needs to be kept in sync with ci
5-
val Scala213 = "2.13.17"
5+
val Scala213 = "2.13.18"
66
val Scala3 = "3.3.7"
77
val ScalaVersions = Seq(Scala213, Scala3)
88

samples/compile-timeDI/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ThisBuild / dynverVTagPrefix := false
77

88
ThisBuild / dynverSonatypeSnapshots := true
99

10-
scalaVersion := "2.13.17"
10+
scalaVersion := "2.13.18"
1111

12-
crossScalaVersions := Seq("2.13.17", "3.3.4")
12+
crossScalaVersions := Seq("2.13.18", "3.3.4")
1313

1414
libraryDependencies ++= Seq(
1515
"com.typesafe.play" %% "play-mailer" % version.value,

samples/runtimeDI/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ThisBuild / dynverVTagPrefix := false
77

88
ThisBuild / dynverSonatypeSnapshots := true
99

10-
scalaVersion := "2.13.17"
10+
scalaVersion := "2.13.18"
1111

12-
crossScalaVersions := Seq("2.13.17", "3.3.4")
12+
crossScalaVersions := Seq("2.13.18", "3.3.4")
1313

1414
libraryDependencies ++= Seq(
1515
"com.typesafe.play" %% "play-mailer-guice" % version.value,

0 commit comments

Comments
 (0)