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 c8a177f + e4f214c commit 9e326beCopy full SHA for 9e326be
1 file changed
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.18"
6
- val Scala3 = "3.3.7"
+ val Scala3 = "3.3.8"
7
val ScalaVersions = Seq(Scala213, Scala3)
8
9
val PlayVersion = sys.props.getOrElse("play.version", sys.env.getOrElse("PLAY_VERSION", "3.0.11"))
0 commit comments