Skip to content

Releases: xerial/sbt-sonatype

v3.12.2

11 Oct 22:59
619a087
Compare
Choose a tag to compare

What's Changed

This version fixes a bug in 3.12.1, which caused java.lang.NoClassDefFoundError: ch/qos/logback/core/Context error.

🐛 Bug Fixes

  • fixes #530: Disable logback-core in Java 8 and show warning messages by @xerial in #533

🛠 Internal Updates

Full Changelog: v3.12.1...v3.12.2

v3.12.1

11 Oct 00:21
96a92f3
Compare
Choose a tag to compare

⚠️ Use sbt-sonatype 3.12.2 or later as this release contains a critical bug #533

What's Changed

🐛 Bug Fixes

  • fix: Exclude logback-core for JDK8 compatibility by @xerial in #531

🛠 Internal Updates

Other Changes

  • use @nowarn annotation instead of -nowarn scalacOptions by @xuwei-k in #529

Full Changelog: v3.12.0...v3.12.1

v3.12.0

10 Oct 01:52
49d4315
Compare
Choose a tag to compare

What's Changed

🚀 Features

🔗 Dependency Updates

🛠 Internal Updates

Other Changes

New Contributors

Full Changelog: v3.11.3...v3.12.0

v3.11.3

19 Aug 18:20
7824290
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix #507: Add tests on JDK 8, 11, and 17 to fix missing method (java.nio.file.Path.of) error by @eed3si9n in #508

🛠 Internal Updates

New Contributors

Full Changelog: v3.11.2...v3.11.3

v3.11.2

10 Aug 00:22
c945ea0
Compare
Choose a tag to compare

What's Changed

🔗 Dependency Updates

  • Change sonatype central client dependency to use upickle instead of zio-json by @KacperFKorban in #504

🛠 Internal Updates

New Contributors

Full Changelog: v3.11.1...v3.11.2

v3.11.1

26 Jul 17:52
8f8b370
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix computation of sonatypeDefaultResolver for Sonatype Central by @kubukoz in #501

🔗 Dependency Updates

🛠 Internal Updates

New Contributors

Full Changelog: v3.11.0...v3.11.1

v3.11.0

27 Jun 02:18
5528534
Compare
Choose a tag to compare

What's Changed

🚀 Features

🔗 Dependency Updates

🛠 Internal Updates

Other Changes

  • feature: Give helpful advice when profile missing on host by @rtyley in #461

New Contributors

Full Changelog: v3.10.0...v3.11.0

v3.10.0

16 Nov 05:04
f7538e9
Compare
Choose a tag to compare

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: v3.9.21...v3.10.0

v3.9.21

16 May 17:40
9125550
Compare
Choose a tag to compare

What's Changed

🔗 Dependency Updates

🛠 Internal Updates

📚 Docs

Other Changes

  • Output sonatype client logs to target/sbt-sonatype folder by @xerial in #399

Full Changelog: v3.9.20...v3.9.21

v3.9.20

04 May 21:07
e047b77
Compare
Choose a tag to compare

What's Changed

Bug Fixes

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

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: v3.9.19...v3.9.20