swagger-play icon indicating copy to clipboard operation
swagger-play copied to clipboard

Support play 2.8.x

Open ghost opened this issue 4 years ago • 1 comments

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

ghost avatar Dec 20 '19 08:12 ghost

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"

dwickern avatar Feb 04 '21 16:02 dwickern