ScalaJS questions: Dependencies and the 'sjs' suffix. #3151
-
Hi I'm experimenting with Mill on a complex build (porting from SBT), and I don't get the ScalaJS dependencies correct: In SBT, it resolves ScalaJS dependencies with the
Am I missing something obvious to add that 'sjs' for ScalaJS builds? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please read the following page: https://mill-build.com/mill/Library_Dependencies.html Especially the section about ScalaJS dependencies. Your example dependency should be written like this: ivy"io.circe::circe-scalajs::0.14.6" |
Beta Was this translation helpful? Give feedback.
Please read the following page: https://mill-build.com/mill/Library_Dependencies.html
Especially the section about ScalaJS dependencies.
Your example dependency should be written like this: