We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888a7c6 commit abf3a9dCopy full SHA for abf3a9d
build.sbt
@@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
20
// Work around https://issues.scala-lang.org/browse/SI-9311
21
scalacOptions ~= (_.filterNot(_ == "-Xfatal-warnings")),
22
scalaVersion := "2.13.16",
23
- crossScalaVersions := Seq("2.13.16", "3.3.4"),
+ crossScalaVersions := Seq("2.13.16", "3.3.5"),
24
pomExtra := scala.xml.NodeSeq.Empty, // Can be removed when dropping interplay
25
developers += Developer(
26
"playframework",
0 commit comments