We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 045e067 + 170cf72 commit 9a6960cCopy full SHA for 9a6960c
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
// scalaVersion needs to be kept in sync with ci
5
val Scala213 = "2.13.17"
6
- val Scala3 = "3.3.6"
+ val Scala3 = "3.3.7"
7
val ScalaVersions = Seq(Scala213, Scala3)
8
9
val PlayVersion = sys.props.getOrElse("play.version", sys.env.getOrElse("PLAY_VERSION", "3.1.0-M3"))
0 commit comments