Skip to content

Commit db55b2b

Browse files
committed
Play 2.8.13 release
1 parent fe486b5 commit db55b2b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

conf/playReleases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"latest": {
3-
"version": "2.8.12",
4-
"date": "Jan 4 2022"
3+
"version": "2.8.13",
4+
"date": "Jan 11 2022"
55
},
66
"development": [],
77
"previous": [

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
2-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.12")
2+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.13")
33
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
44
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
55
addSbtPlugin("com.typesafe.sbt" % "sbt-stylus" % "1.1.0")

public/markdown/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
## Play 2.8.12
2+
## Play 2.8.13
33

4-
*Released 4 January 2022
4+
*Released 11 January 2022
55

6-
[All changes](https://github.com/playframework/playframework/compare/2.8.11...2.8.12/)
7-
[GitHub milestone](https://github.com/playframework/playframework/milestone/117?closed=1)
6+
[All changes](https://github.com/playframework/playframework/compare/2.8.11...2.8.13/)
7+
[GitHub milestone](https://github.com/playframework/playframework/milestone/118?closed=1)
88

99
## Play 2.8.11
1010

0 commit comments

Comments
 (0)