sbt-pgp v1.1.0 Release Notes

Release Date: 2017-08-30 // over 6 years ago
  • 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