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 7014ff9 + 5975169 commit 30bf624Copy full SHA for 30bf624
1 file changed
build.sbt
@@ -22,7 +22,7 @@ lazy val `play-doc` = (project in file("."))
22
organizationHomepage := Some(url("https://playframework.com")),
23
homepage := Some(url(s"https://github.com/playframework/${Omnidoc.repoName}")),
24
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
25
- crossScalaVersions := Seq("2.12.21", "2.13.18", "3.8.3"),
+ crossScalaVersions := Seq("2.12.21", "2.13.18", "3.8.4"),
26
developers += Developer(
27
"playframework",
28
"The Play Framework Contributors",
0 commit comments