Skip to content

Commit

Permalink
Merge pull request #587 from mkurz/play_3.0.3
Browse files Browse the repository at this point in the history
Play 3.0.3
  • Loading branch information
mkurz authored May 7, 2024
2 parents 437060a + 60579c6 commit 94bc500
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
16 changes: 12 additions & 4 deletions conf/playReleases.json
Original file line number Diff line number Diff line change
@@ -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"
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.9.9
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
14 changes: 14 additions & 0 deletions public/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 94bc500

Please sign in to comment.