hootsuite / sbt-swagger

SBT plugin for extracting Swagger & JAX-RS (jsr311) annotations from compiled classes into Swagger API models, which are then serialized to JSON for consumption with swagger-ui.
Other
27 stars 6 forks source link

Configure build.sbt to publish to Bintray #9

Closed tammy-liu-hs closed 8 years ago

ssong-van commented 8 years ago

build.sbt needs to be updated to include Settings.publishSettings, ie, https://github.com/hootsuite/akka-persistence-redis/blob/master/build.sbt#L27

tammy-liu-hs commented 8 years ago

Added!

ssong-van commented 8 years ago

👍 LGTM