Skip to content

Releases: scala/sbt-scala-module

2.1.0-M1

12 Sep 07:58
v2.1.0-M1
0902245
Compare
Choose a tag to compare
2.1.0-M1 Pre-release
Pre-release
  • Use auto import (#55)
  • Renamed
    • repoName -> scalaModuleRepoName
    • mimaPreviousVersion -> scalaModuleMimaPreviousVersion
    • enableOptimizerInlineFrom -> scalaModuleEnableOptimizerInlineFrom
  • Use sbt-dynver, sbt-ci-release, sbt-travisci (#65)
  • Drop scalaModuleScalaVersionsByJvm

2.0.0

20 Feb 02:19
9ce93ea
Compare
Choose a tag to compare
  • require Java 8
  • add sbt 1 support
  • drop sbt 0.13 support
  • relicense under Apache 2

sample PR for modules wanting to upgrade: scala/scala-swing#93

1.0.14

01 Mar 01:33
6ab677e
Compare
Choose a tag to compare
  • #38 Don't inline from scala library to avoid binary incompatibilties

1.0.13

26 Sep 21:18
Compare
Choose a tag to compare

is closer to working on Java 9! (fixes #33)

but not actually working yet, because #35 — there will need to be another release to cope with that

Downgrade sbt-osgi to 0.8.0, which runs on Java 6

11 Jul 14:11
Compare
Choose a tag to compare
Merge pull request #29 from lrytz/master

Downgrade sbt-osgi to 0.8.0

Run MiMa on both jvm and js projects

11 Jul 13:08
Compare
Choose a tag to compare
Merge pull request #28 from lrytz/master

Move mimaSettings back to scalaModuleSettings

Fixes incompatibility of Scala.js and SbtOsgi

07 Jul 13:26
Compare
Choose a tag to compare
Merge pull request #27 from lrytz/sbt-osgi-0.9.1

Split jvm-specific settings into scalaModuleSettingsJVM

1.0.9

15 May 22:36
Compare
Choose a tag to compare

renames plugin to sbt-scala-module. no other changes

1.0.8

09 May 21:02
v1.0.8
Compare
Choose a tag to compare
  • Add requires JvmPlugin

1.0.7

09 May 21:00
v1.0.7
Compare
Choose a tag to compare

Convert to AutoPlugin, apply Scala version settings to the build