swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Use Play's RoutesFileParser #34

Closed benmccann closed 8 years ago

benmccann commented 8 years ago

You can now include:

"com.typesafe.play" %% "routes-compiler"            % "2.4.6",

And use play.routes.compiler.RoutesFileParser instead of play.modules.swagger.routes.RoutesFileParser

josephearl commented 8 years ago

@fehguy we can close this now!

benmccann commented 8 years ago

Fixed by https://github.com/swagger-api/swagger-play/pull/37