Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Apr 19, 2021
1 parent 283486a commit 4576df8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Changelog for the `sbt-swagger-play` plugin ([https://github.com/dwickern/sbt-swagger-play]).

## [0.5.0]

### Added

- Support for Play Framework 2.8.8 (Jackson 2.11)

## [0.4.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Advantages:

In `project/plugins.sbt`:
```sbt
addSbtPlugin("com.github.dwickern" % "sbt-swagger-play" % "0.4.0")
addSbtPlugin("com.github.dwickern" % "sbt-swagger-play" % "0.5.0")
```

In `build.sbt`:
Expand Down

0 comments on commit 4576df8

Please sign in to comment.