diff --git a/build.sbt b/build.sbt index 059ed81..01aeb20 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val `play-doc` = (project in file(".")) organizationHomepage := Some(url("https://playframework.com")), homepage := Some(url(s"https://github.com/playframework/${Omnidoc.repoName}")), licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")), - crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"), developers += Developer( "playframework", "The Play Framework Contributors", diff --git a/project/build.properties b/project/build.properties index ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2