scala / toolkit

The batteries-included Scala
https://docs.scala-lang.org/toolkit/introduction.html
86 stars 12 forks source link

Testing framework dependencies #13

Closed bishabosha closed 1 year ago

bishabosha commented 1 year ago

Currently the published artefact of org.scala-lang:toolkit_3:0.1.6 includes MUnit as a dependency.

questions arise:

szymon-rd commented 1 year ago

We will try to implement this scoped approach: In Scala-CLI //> using "toolkit" ... will add a dependency to toolkit for the main scope and toolkit-test for the test scope. Toolkit-test will be a newly created artifact containing, at this point, only a transitive dependency to munit.

szymon-rd commented 1 year ago

Resolved in https://github.com/VirtusLab/scala-cli/pull/2127