Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: intenthq/sbt-thrift-plugin

v1.1.0

12 Sep 09:37
Compare
Choose a tag to compare
  • Upgrade SBT to 1.x and all dependencies to latest. (#9, #10)
  • Add Travis for builds as it's nice to know we're not breaking everything when we merge PRs! (#10)
  • Add a substantial README detailing all settings and the breaking change of moving to SBT 1.x. (#8)

v1.0.5

17 Mar 10:52
afa58e2
Compare
Choose a tag to compare
  • Remove deprecated option of hashtag from Java so that everything works on Thrift 0.10.0 (#7)

v1.0.4

17 Mar 10:08
Compare
Choose a tag to compare
  • Fix support for non-jvm languages (#7)

v1.0.3

17 Mar 10:09
Compare
Choose a tag to compare
  • Fix output dir of thrift generated sources (#3)

v1.0.2

17 Mar 10:10
Compare
Choose a tag to compare
  • Set up sbt managed classpath for generated thrift (#2)

v1.0.1

17 Mar 10:11
Compare
Choose a tag to compare
  • Fix auto plugin scoping (#1)

v1.0.0

17 Mar 10:14
Compare
Choose a tag to compare
  • Initial release of the plugin!