ebowman / api-first-hand

API-First bootstrapping tool for building RESTful web services from a Swagger/OpenAPI spec
MIT License
143 stars 22 forks source link

Configured for Scala 2.11 as Play 2.5 does not support Scala 2.10 #30

Closed oswaldo closed 7 years ago

oswaldo commented 8 years ago

As the project explicitly states Play 2.5.4+ compatibility, cross compiling to 2.10 is not possible as it has been dropped by Play itself.

oswaldo commented 8 years ago

Travis fails with "com.typesafe.play#sbt-plugin;2.5.4: not found". Some travis network related issue maybe?

john-coleman commented 7 years ago

👍

lasomethingsomething commented 7 years ago

Hey @slavaschmidt, do you want to merge this PR from December?

slavaschmidt commented 7 years ago

@LappleApple seems like it is broken, at least the build does not complete Actually, the cross compiling is not possible but we still need Scala 2.10 because we are building an SBT plugin and SBT only supports scala 2.10

lasomethingsomething commented 7 years ago

@slavaschmidt okidoki, thanks for the update

lasomethingsomething commented 7 years ago

Hey @gipeshka, @stuartmclean, and @s12v: Anything you want to add or do here? If not, I'll close.

s12v commented 7 years ago

@LappleApple, no, nothing to add.