swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Support play 2.8.x #213

Open ghost opened 4 years ago

ghost commented 4 years ago

Play 2.8.0 Released https://github.com/playframework/playframework/releases/tag/2.8.0

dwickern commented 3 years ago

You can use my fork which cross-compiles for 2.7 and 2.8

// for Play 2.7:
libraryDependencies += "com.github.dwickern" %% "swagger-play2.7" % "3.0.0"

// for Play 2.8:
libraryDependencies += "com.github.dwickern" %% "swagger-play2.8" % "3.0.0"