Sbt Sonatype Versions Save

A sbt plugin for publishing Scala/Java projects to the Maven central.

v3.10.0

5 months ago

What's Changed

🔥 Breaking Changes

Starting with version 3.10.0, JDK11 is the recommended JDK version. Support for JDK11 is planned to end within 2023. JDK17 will become the minimum supported version from 3.11.0 or later.

sbt-sonatype 3.10.x may still work with JDK8, but the behavior has not been tested.

sbt-sonatype version Supported JDK version Build Target JDK version
3.9.x. 8 8
3.10.x 11 8
3.11.x. (planned for 2024) 17 11

Other than that, there is no functionality change.

🐛 Bug Fixes

🔗 Dependency Updates

🛠 Internal Updates

Other Changes

New Contributors

Full Changelog: https://github.com/xerial/sbt-sonatype/compare/v3.9.21...v3.10.0

v3.9.21

11 months ago

What's Changed

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

Other Changes

Full Changelog: https://github.com/xerial/sbt-sonatype/compare/v3.9.20...v3.9.21

v3.9.20

1 year ago

What's Changed

Bug Fixes

  • #395 Fixes java.lang.NoClassDefFoundError: wvlet/airframe/rx/RxStream

🔗 Dependency Updates

  • Update airframe-http, airspec to 23.5.0 @xerial-bot (#394)

🛠 Internal Updates

  • Update sbt-sonatype to 3.9.19 @xerial-bot (#393)

Full Changelog: https://github.com/xerial/sbt-sonatype/compare/v3.9.19...v3.9.20

v3.9.19

1 year ago

What's Changed

Upgrade to airframe-log 23.4.8 to remove a verbose stacktrace message https://github.com/wvlet/airframe/pull/2861

🔗 Dependency Updates

  • Update airframe-http, airspec to 23.4.8 @xerial-bot (#392)
  • Update airframe-http, airspec to 23.4.2 @xerial-bot (#386)
  • Update airframe-http, airspec to 23.4.0 @xerial-bot (#384)
  • Update airframe-http, airspec to 23.3.4 @xerial-bot (#382)
  • Update scalafmt-core to 3.7.3 @xerial-bot (#383)

🛠 Internal Updates

  • Update sbt-sonatype to 3.9.18 @xerial-bot (#378)

Full Changelog: https://github.com/xerial/sbt-sonatype/compare/v3.9.18...v3.9.19

v3.9.18

1 year ago

What's Changed

Fixes #376 for showing log messages when using sbtn (sbt native client).

🔗 Dependency Updates

  • Update airframe-http, airspec to 23.3.0 @xerial-bot (#377)
  • Update airframe-http, airspec to 23.2.5 @xerial-bot (#374)
  • Update scalafmt-core to 3.7.2 @xerial-bot (#375)
  • Update airframe-http, airspec to 23.2.1 @xerial-bot (#369)
  • Update airframe-http, airspec to 23.2.0 @xerial-bot (#368)

🛠 Internal Updates

  • Update sbt-sonatype to 3.9.17 @xerial-bot (#367)

Full Changelog: https://github.com/xerial/sbt-sonatype/compare/v3.9.17...v3.9.18

v3.9.17

1 year ago

What's Changed

  • Show sbt-sonatype version in the log @xerial (#366)
  • Update scalafmt-core to 3.7.1 @scala-steward (#358)
  • Increase max retries to 1000 and disable the circuit breaker @Atry (#364)

🔗 Dependency Updates

  • Update airframe-http, airspec to 23.1.4 @xerial-bot (#361)

🛠 Internal Updates

  • Update sbt-sonatype to 3.9.16 @xerial-bot (#365)

Full Changelog: https://github.com/xerial/sbt-sonatype/compare/v3.9.16...v3.9.17

v3.9.16

1 year ago

What's Changed

  • Increase max retries to 1000 and disable the circuit breaker @Atry (#364)

🔗 Dependency Updates

  • Update airframe-http, airspec to 23.1.4 @scala-steward (#362)
  • Update airframe-http, airspec to 23.1.1 @xerial-bot (#354)
  • Update airframe-http, airspec to 22.12.6 @xerial-bot (#349)
  • Update airframe-http, airspec to 22.12.4 @xerial-bot (#345)
  • Update airframe-http, airspec to 22.12.1 @xerial-bot (#342)
  • Update airframe-http, airspec to 22.12.0 @xerial-bot (#340)

🛠 Internal Updates

  • Update scalafmt-core to 3.7.1 @scala-steward (#358)
  • Update scalafmt-core to 3.7.1 @xerial-bot (#360)
  • Update scalafmt-core to 3.7.0 @xerial-bot (#355)
  • Update sbt-pgp to 2.2.1 @xerial-bot (#341)
  • Update sbt-sonatype to 3.9.15 @xerial-bot (#339)

Full Changelog: https://github.com/xerial/sbt-sonatype/compare/v3.9.15...v3.9.16

v3.9.15

1 year ago
  • Fixed an issue that creating a staging repository at Sonatype fails with [400: Bad Request] Request failed error message

v3.9.14

1 year ago
  • Upgraded airframe-http to 22.11.0
  • Add more Sonatype API error handling
  • Upgrade to sbt 1.7.3
  • Use sbt-dynver for versioning