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 ae87ac2 + 08df0bf commit 86a7ce6Copy full SHA for 86a7ce6
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", "2.9.11"))
0 commit comments