Skip to content

Commit af33342

Browse files
authored
Merge pull request #633 from mkurz/play308
Play 3.0.8/2.9.8
2 parents a88ed60 + f13c7a2 commit af33342

3 files changed

Lines changed: 27 additions & 5 deletions

File tree

conf/playReleases.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"latest3": {
3-
"version": "3.0.7",
4-
"date": "Mar 13 2025"
3+
"version": "3.0.8",
4+
"date": "Jul 1 2025"
55
},
66
"latest2": {
7-
"version": "2.9.7",
8-
"date": "Mar 13 2025"
7+
"version": "2.9.8",
8+
"date": "Jul 1 2025"
99
},
1010
"development": [
1111
],
1212
"previous": [
13+
{
14+
"version": "3.0.7",
15+
"date": "Mar 13 2025"
16+
},
17+
{
18+
"version": "2.9.7",
19+
"date": "Mar 13 2025"
20+
},
1321
{
1422
"version": "3.0.6",
1523
"date": "Nov 28 2024"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.7")
1+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.8")
22
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.1.0")
33
addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0")
44
addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.1")

public/markdown/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Play 3.0.8
2+
3+
*Released 1 July 2025
4+
5+
[All changes](https://github.com/playframework/playframework/compare/3.0.7...3.0.8/)
6+
[GitHub milestone](https://github.com/playframework/playframework/milestone/145?closed=1)
7+
8+
## Play 2.9.8
9+
10+
*Released 1 July 2025
11+
12+
[All changes](https://github.com/playframework/playframework/compare/2.9.7...2.9.8/)
13+
[GitHub milestone](https://github.com/playframework/playframework/milestone/143?closed=1)
14+
115
## Play 3.0.7
216

317
*Released 13 March 2025

0 commit comments

Comments
 (0)