Skip to content

Commit 9a6960c

Browse files
authored
Merge pull request #451 from scala-steward/update/patches
Patch updates
2 parents 045e067 + 170cf72 commit 9a6960c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.17"
6-
val Scala3 = "3.3.6"
6+
val Scala3 = "3.3.7"
77
val ScalaVersions = Seq(Scala213, Scala3)
88

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

0 commit comments

Comments
 (0)