scalapb / sbt-scalapb

Deprecated. Please use https://github.com/thesamet/sbt-protoc
Apache License 2.0
21 stars 5 forks source link

Wrong artifact is injected for Scala.js #15

Closed MasseGuillaume closed 6 years ago

MasseGuillaume commented 6 years ago

https://github.com/scalapb/sbt-scalapb/blob/98709592ada78dacdfb3caff33cf9284859e02f7/src/main/scala/com/trueaccord/scalapb/ScalaPbPlugin.scala#L82

If you have a Scala.js project it should add

"com.trueaccord.scalapb" %%% "scalapb-runtime" % runtimeVersion

thesamet commented 6 years ago

Thanks for reporting. This is a duplicate of https://github.com/scalapb/ScalaPB/issues/397. Help wanted on this issue.