Skip to content

Commit

Permalink
Merge pull request #266 from scala-steward/update/2.2.x/patches
Browse files Browse the repository at this point in the history
[2.2.x] Patch updates
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents fa6cf3f + dd6f963 commit 2207a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2

0 comments on commit 2207a90

Please sign in to comment.