Closed newffy closed 9 years ago
ScalaJS plugin modifies artifact name as s"sjs${currentBinaryVersion}_$version", but sbt-aether-deploy uses it's own method to construct artifact name
s"sjs${currentBinaryVersion}_$version"
see #30
ScalaJS plugin modifies artifact name as
s"sjs${currentBinaryVersion}_$version"
, but sbt-aether-deploy uses it's own method to construct artifact name