Skip to content

1.1.0

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 30 Aug 02:52
· 167 commits to develop since this release
v1.1.0

v1.0.1...v1.1.0

Fixes and minor enhancements

  • sbt-pgp 1.1.0 is cross built for sbt 0.13 and 1.0.0. sbt 0.13 version now requires JDK7. #100 by @eed3si9n and #115 by @jroper
  • Uses Gigahorse for HTTP client available for both 2.10 and 2.12.
  • Supports skip in publish := true. This allows skipping publishing without depending on sbt-pgp. #101 by @eed3si9n
  • Uses ClassTag instead of ClassManifest #110 by @xuwei-k