diff --git a/build.sbt b/build.sbt index edcf348..d889d39 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.18", "2.13.12", "3.3.1"), + crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3"), developers += Developer( "playframework", "The Play Framework Contributors", diff --git a/project/build.properties b/project/build.properties index 5b79d00..d4df6c9 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com> -sbt.version=1.9.8 +sbt.version=1.9.9 diff --git a/project/plugins.sbt b/project/plugins.sbt index 1e4b253..5bb6607 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com> -addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.3") +addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")