[Akka-Scala] Add build.sbt to Akka-scala#7076
Conversation
|
@ramzimaalej thanks for the enhancement. I did a test with But |
|
@wing328 can you tell me which version of sbt and scala you used to test this. It works for me besides the warning
|
|
|
@wing328 I was not able to reproduce the issue. Could run the same command with this flag |
|
I'll add it to the CI to see if the CI reports similar issue. |
|
CircleCI reports the same error: https://circleci.com/gh/swagger-api/swagger-codegen/2827: |
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.Description of the PR
This PR adds sbt build file to build generated clients by akka-scala.