diff --git a/conf/playReleases.json b/conf/playReleases.json index 67b0955..7ea0aad 100644 --- a/conf/playReleases.json +++ b/conf/playReleases.json @@ -1,15 +1,23 @@ { "latest3": { - "version": "3.0.2", - "date": "Mar 1 2024" + "version": "3.0.3", + "date": "May 7 2024" }, "latest2": { - "version": "2.9.2", - "date": "Mar 1 2024" + "version": "2.9.3", + "date": "May 7 2024" }, "development": [ ], "previous": [ + { + "version": "3.0.2", + "date": "Mar 1 2024" + }, + { + "version": "2.9.2", + "date": "Mar 1 2024" + }, { "version": "3.0.1", "date": "Dec 19 2023" diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 84b6866..68547d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3") addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.1") diff --git a/public/markdown/changelog.md b/public/markdown/changelog.md index a554990..15ae04b 100644 --- a/public/markdown/changelog.md +++ b/public/markdown/changelog.md @@ -1,3 +1,17 @@ +## Play 3.0.3 + +*Released 7 May 2024 + +[All changes](https://github.com/playframework/playframework/compare/3.0.2...3.0.3/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/133?closed=1) + +## Play 2.9.3 + +*Released 7 May 2024 + +[All changes](https://github.com/playframework/playframework/compare/2.9.2...2.9.3/) +[GitHub milestone](https://github.com/playframework/playframework/milestone/136?closed=1) + ## Play 3.0.2 *Released 1 March 2024