Publish sbt-scalajs-crossproject 0.2.1 for sbt 1.0
fthomas opened this issue · 3 comments
fthomas commented
It seems that only sbt-crossproject 0.2.1 is available for sbt 1.0 but not sbt-scalajs-crossproject:
- http://dl.bintray.com/sbt/sbt-plugin-releases/org.scala-native/sbt-scalajs-crossproject/
- http://dl.bintray.com/sbt/sbt-plugin-releases/org.scala-native/sbt-crossproject/
Should sbt-scalajs-crossproject be available for sbt 1.0 too?
sjrd commented
We should publish it, yes. I think there was a difficulty due to sbt/sbt#3393, but that can be worked around, so we should be able to publish sbt-scalajs-crossproject for sbt 1.0.
densh commented
Fixed in 0.2.2
fthomas commented
Great, thanks a lot!