Releases: portable-scala/sbt-crossproject
Releases · portable-scala/sbt-crossproject
sbt-crossproject 0.3.1
- 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
sbt-crossproject 0.2.1
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
v0.2.0 Release 0.2.0 (#41)