Skip to content

Releases: portable-scala/sbt-crossproject

sbt-crossproject 0.3.1

29 Jan 13:35
Compare
Choose a tag to compare
  • Fix #80: make name default to the cross-project's ID (e.g., foo), instead of including the platform suffix (e.g., fooJVM).
  • Add .withoutSuffixFor(SomePlatform) to instruct sbt-crossproject not to add the platform suffix for the given platform, which is useful if you mainly use one platform (see the readme for more details).

sbt-crossproject 0.2.2

18 Aug 11:30
Compare
Choose a tag to compare

This release adds full support for 1.0.0, courtesy of initial changes by @xuwei-k for 0.2.1 and follow-up fixes by @sjrd.

sbt-crossproject 0.2.1

09 Aug 10:12
Compare
Choose a tag to compare

This release adds initial sbt-crossproject support for sbt 1.0.0-RC3, courtesy of @xuwei-k.

Note: sbt-scalajs-crossproject is not yet available for 1.0.0-RC3.

sbt-crossproject 0.2.0

29 Jun 21:18
Compare
Choose a tag to compare
v0.2.0

Release 0.2.0 (#41)