Skip to content

Commit

Permalink
README.md fix 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javakky-pxv committed Aug 23, 2022
1 parent 61e7092 commit c8ae6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can find the setup in the example project as well.

For play 2.8, Scala 2.13.x and Scala 2.12.x please use
```scala
addSbtPlugin("com.iheart" % "sbt-play-swagger" % "0.10.8")
addSbtPlugin("com.iheart" % "sbt-play-swagger" % "0.11.0")
```

⚠️ **Support for play versions prior to 2.7 has been discontinued. Past versions may work with past play.**
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.10.9-SNAPSHOT"
ThisBuild / version := "0.11.1-SNAPSHOT"

0 comments on commit c8ae6d4

Please sign in to comment.