Skip to content

Commit 5d7828d

Browse files
authored
Merge pull request #390 from mkurz/scala_3.3.5
Scala 3.3.5
2 parents a78fc90 + db7d8a1 commit 5d7828d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44
// scalaVersion needs to be kept in sync with ci
55
val Scala213 = "2.13.16"
6-
val Scala3 = "3.3.4"
6+
val Scala3 = "3.3.5"
77
val ScalaVersions = Seq(Scala213, Scala3)
88

99
val PlayVersion = sys.props.getOrElse("play.version", sys.env.getOrElse("PLAY_VERSION", "3.1.0-M1"))

samples/compile-timeDI/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ThisBuild / dynverSonatypeSnapshots := true
99

1010
scalaVersion := "2.13.16"
1111

12-
crossScalaVersions := Seq("2.13.16", "3.3.4")
12+
crossScalaVersions := Seq("2.13.16", "3.3.5")
1313

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

samples/runtimeDI/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ThisBuild / dynverSonatypeSnapshots := true
99

1010
scalaVersion := "2.13.16"
1111

12-
crossScalaVersions := Seq("2.13.16", "3.3.4")
12+
crossScalaVersions := Seq("2.13.16", "3.3.5")
1313

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

0 commit comments

Comments
 (0)