Skip to content

Commit

Permalink
Merge pull request #508 from mkurz/play-2.8.17
Browse files Browse the repository at this point in the history
Play 2.8.17
  • Loading branch information
mkurz committed Oct 6, 2022
2 parents 3b11297 + 1c1a8d4 commit 77fac93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 6 additions & 2 deletions conf/playReleases.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"latest": {
"version": "2.8.16",
"date": "Jun 2 2022"
"version": "2.8.17",
"date": "Oct 6 2022"
},
"development": [],
"previous": [
{
"version": "2.8.16",
"date": "Jun 2 2022"
},
{
"version": "2.8.15",
"date": "Mar 31 2022"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.16")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.17")
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-stylus" % "1.1.0")
Expand Down
7 changes: 7 additions & 0 deletions public/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## Play 2.8.17

*Released 6 October 2022

[All changes](https://github.com/playframework/playframework/compare/2.8.16...2.8.17/)
[GitHub milestone](https://github.com/playframework/playframework/milestone/122?closed=1)

## Play 2.8.16

*Released 2 June 2022
Expand Down

0 comments on commit 77fac93

Please sign in to comment.