Releases: scala/sbt-scala-module
Releases · scala/sbt-scala-module
3.2.2
What's Changed
- sbt-ci-release 1.9.2 (was 1.9.0) by @SethTisue in #206
Full Changelog: v3.2.1...v3.2.2
3.2.1
What's Changed
- update copyright and Maven metadata for company name change by @SethTisue in #205
Chores
- CI config: bump action versions, adopt->temurin by @SethTisue in #198
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #202
- Update sbt, scripted-plugin to 1.10.6 by @scala-steward in #203
- Update sbt-ci-release to 1.9.0 by @scala-steward in #200
Full Changelog: v3.2.0...v3.2.1
3.2.0
The minor version bump is because some of the plugins we bundle have had minor version bumps.
(Well, sbt-version-policy has had a major version bump, but I don't think we need to follow suit here.)
What's changed
- Only enable optimizer in CI by @mdedetrich in #187
- Modules with OSGi support may need to add
.jvmEnablePlugins(SbtOsgi)
to their builds
Upgrades to bundled plugins
- Update sbt-ci-release to 1.6.1 by @scala-steward in #194
- Update sbt-ci-release to 1.8.0 by @scala-steward in #197
- Update sbt-version-policy to 2.1.2 by @scala-steward in #172
- Update sbt-version-policy to 2.1.3 by @scala-steward in #174
- Update sbt-version-policy to 3.1.0 by @scala-steward in #182
- Update sbt-version-policy to 3.2.0 by @scala-steward in #183
- Update sbt-version-policy to 3.2.1 by @scala-steward in #190
- Update sbt-osgi to 0.9.8 by @scala-steward in #178
- Update sbt-osgi to 0.9.9 by @scala-steward in #180
- Update sbt-osgi to 0.9.11 by @scala-steward in #186
- Update sbt-osgi to 0.10.0 by @scala-steward in #188
Internal
- Update sbt to 1.9.2 by @scala-steward in #171
- Update sbt to 1.9.3 by @scala-steward in #173
- Update sbt to 1.9.4 by @scala-steward in #175
- Update sbt to 1.9.6 by @scala-steward in #176
- Update sbt to 1.9.7 by @scala-steward in #179
- Update sbt to 1.9.8 by @scala-steward in #185
- Update sbt to 1.9.9 by @scala-steward in #189
- Update sbt to 1.10.0 by @scala-steward in #191
- Update sbt to 1.10.1 by @scala-steward in #192
- Update sbt to 1.10.2 by @scala-steward in #195
Full Changelog: v3.1.0...v3.2.0
3.1.0
The minor version bump is because some of the plugins we bundle have had minor version bumps.
Changes
- Don't make
ScalaModulePlugin.enableOptimizer
fail on Scala 3 by @mdedetrich in #155 - Update sbt to 1.9, so plugin is published in a POM-consistent fashion, as per 1.9.0 release notes
- Update bundled sbt-header plugin to 5.10.0 (was 5.6.0)
- Update bundled sbt-ci-release plugin to 1.5.12 (was 1.5.10)
- Update bundled sbt-version-policy plugin to 2.1.1 (was 2.0.1)
New Contributors
- @mdedetrich made their first contribution in #155
Full Changelog: v3.0.1...v3.1.0
3.0.1
What's Changed
- Don't set
-Xlint
for Scala 3 by @povder in #150 - Update sbt-ci-release to 1.5.10 by @scala-steward in #142, #143
- Update sbt-version-policy to 2.0.1 by @scala-steward in #144
- Update sbt to 1.6.1 by @scala-steward in #145, #146, #147, #148, #149
New Contributors
Full Changelog: v3.0.0...v3.0.1
3.0.0
2.4.0
- Add sbt-version-policy to the plugins we bundle (#137)
- Modules should declare a
versionPolicyIntention
- Instead of
scalaModuleMimaPreviousVersion
, which is now deprecated
- Instead of
- Modules should add
versionCheck
to their publishing process, e.g.sbt versionCheck ci-release
- Modules should declare a