swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Scala 2.13.x support #208

Open stefan01 opened 5 years ago

stefan01 commented 5 years ago

It would be great to have Scala 2.13.x support. I need it for a Project.

feguiguren commented 5 years ago

is the project dead? Not much going on lately. Any ideas on where to start on this?

Jacke commented 5 years ago

++++

Jacke commented 5 years ago

I will do the adoption to 2.13.x here https://github.com/Spread0x/swagger-play-2_13 watch for commits

pjfanning commented 4 years ago

@Jacke I have published a version of swagger-scala-module that supports scala 2.13. You might be able to use this until the io.swagger version is released.

"com.github.swagger-akka-http" %% "swagger-scala-module" % "1.0.6"
robertofabrizi commented 4 years ago

@pjfanning can you help me fix this DI error? Thank you very much!

[error] /home/roberto/Documents/Play/gauges/conf/routes:33:1: type ApiHelpController is not a member of package controllers
[error] GET     /gauges/api-docs                          controllers.ApiHelpController.getResources