ebowman / api-first-hand

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

Update beard #83

Closed s12v closed 7 years ago

s12v commented 7 years ago

Update templating engine

slavaschmidt commented 7 years ago

Hmmmm

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: de.zalando#beard_2.10;0.2.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn]  Note: Unresolved dependencies path:
[warn]      de.zalando:beard_2.10:0.2.0 (/home/travis/build/zalando/api-first-hand/build.sbt#L62)
[warn]        +- de.zalando:play-scala-generator_2.10:0.2.1
s12v commented 7 years ago

@slavaschmidt, hm, where did I get this version....

s12v commented 7 years ago

aaah, scala 2.10 is not supported

alexkops commented 7 years ago

@danpersa

danpersa commented 7 years ago

@s12v We only support Scala 2.11 or 2.12 with Beard. Is there any reason you still need a 2.10?

s12v commented 7 years ago

@danpersa, well, api-first-hand is a sbt plugin, therefore it uses 2.10

danpersa commented 7 years ago

@s12v you're right about this. For now you can use the version you're already using. It's stable and there are no known bugs.

s12v commented 7 years ago

@danpersa, thanks! You mean use 0.0.6?

danpersa commented 7 years ago

@s12v I mean 0.1.2

s12v commented 7 years ago

@slavaschmidt, ready for merge.

Interesting, that tests were not passing until I updated version. It seems that sbt scripted uses published version instead of local-published.

danpersa commented 7 years ago

👍