Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Nov 6, 2023
1 parent a358dc7 commit 454a59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Advantages:

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

In `build.sbt`:
```sbt
libraryDependencies += "io.swagger" % "swagger-annotations" % "1.6.1"
libraryDependencies += "io.swagger" % "swagger-annotations" % "1.6.12"
```

In `conf/routes`:
Expand Down

0 comments on commit 454a59f

Please sign in to comment.