Releases: scala/sbt-scala-module
Releases · scala/sbt-scala-module
2.2.3
- bump MiMa version to 0.8.1
2.2.2
upgrade sbt-osgi to 0.9.6 (was 0.9.5), which allows building on JDK 15 (as per sbt/sbt-osgi#72)
2.2.1
- sbt-mima-plugin 0.8.0 (was 0.7.0)
- sbt-dynver 4.1.1 (was 4.0.0)
- sbt-ci-release 1.5.3 (was 1.5.2)
- sbt-header 5.6.0 (was 5.5.0)
of the various changes in these releases, the most interesting (only interesting?) one is MiMa's "Catch binary-incompatible method overriding in traits"
2.2.0
Deprecate scalaModuleSettingsJVM
, use scalaModuleOsgiSettings
instead.
2.1.4
Include travis build number in sonatype repository description
Update dependencies.
2.1.3
Update MiMa to be compatible with sbt 1.3.1
2.1.2
Update sbt-ci-release to 1.3.2
2.1.1
Support for Scala Native cross building
2.1.0
- Use auto import (#55)
- Renamed
repoName
-> scalaModuleRepoName
mimaPreviousVersion
-> scalaModuleMimaPreviousVersion
enableOptimizerInlineFrom
-> scalaModuleEnableOptimizerInlineFrom
- Use sbt-dynver, sbt-ci-release, sbt-travisci, sbt-header (#65)
- Drop
scalaModuleScalaVersionsByJvm
2.1.0-M2
Define sbt-sonatype settings.