diff --git a/build.sbt b/build.sbt index 5b8ca54..5cae240 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,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 76f43ac..c23a0e7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.1 +sbt.version=1.10.2