Skip to content

Commit

Permalink
Merge pull request #515 from mkurz/play-2.8.18
Browse files Browse the repository at this point in the history
Play 2.8.18
  • Loading branch information
mkurz committed Oct 17, 2022
2 parents b2b8a18 + fbb1152 commit 3ca6576
Show file tree
Hide file tree
Showing 3 changed files with 13 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.17",
"date": "Oct 6 2022"
"version": "2.8.18",
"date": "Oct 17 2022"
},
"development": [],
"previous": [
{
"version": "2.8.17",
"date": "Oct 6 2022"
},
{
"version": "2.8.16",
"date": "Jun 2 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.17")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.18")
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")
6 changes: 6 additions & 0 deletions public/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Play 2.8.18

*Released 17 October 2022

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

## Play 2.8.17

Expand Down

0 comments on commit 3ca6576

Please sign in to comment.