Skip to content

Commit 8b82299

Browse files
authored
Merge pull request #656 from mkurz/new_play_release
Play 3.0.10/2.9.10
2 parents 01761a8 + 0ec309e commit 8b82299

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.9",
4-
"date": "Sep 11 2025"
3+
"version": "3.0.10",
4+
"date": "Dec 22 2025"
55
},
66
"latest2": {
7-
"version": "2.9.9",
8-
"date": "Sep 11 2025"
7+
"version": "2.9.10",
8+
"date": "Dec 22 2025"
99
},
1010
"development": [
1111
],
1212
"previous": [
13+
{
14+
"version": "3.0.9",
15+
"date": "Sep 11 2025"
16+
},
17+
{
18+
"version": "2.9.9",
19+
"date": "Sep 11 2025"
20+
},
1321
{
1422
"version": "3.0.8",
1523
"date": "Jul 1 2025"

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.9")
1+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10")
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.10
2+
3+
*Released 22 December 2025
4+
5+
[All changes](https://github.com/playframework/playframework/compare/3.0.9...3.0.10/)
6+
[GitHub milestone](https://github.com/playframework/playframework/milestone/148?closed=1)
7+
8+
## Play 2.9.10
9+
10+
*Released 22 December 2025
11+
12+
[All changes](https://github.com/playframework/playframework/compare/2.9.9...2.9.10/)
13+
[GitHub milestone](https://github.com/playframework/playframework/milestone/150?closed=1)
14+
115
## Play 3.0.9
216

317
*Released 11 September 2025

0 commit comments

Comments
 (0)