Skip to content

Commit

Permalink
Merge pull request #496 from iheartradio/javakky/fix-0.11.0
Browse files Browse the repository at this point in the history
README.md fix 0.11.0
  • Loading branch information
Javakky-pxv authored Aug 23, 2022
2 parents 61e7092 + 731b6c8 commit f206d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")

// play swagger plugin
addSbtPlugin("com.iheart" % "sbt-play-swagger" % "0.10.9-SNAPSHOT")
addSbtPlugin("com.iheart" % "sbt-play-swagger" % "0.11.1-SNAPSHOT")
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 f206d77

Please sign in to comment.