tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
238 stars 13 forks source link

Seed idea, does no load test framework dependency for syntax highlighting #83

Closed PhilAndrew closed 4 years ago

PhilAndrew commented 4 years ago

I have

testFrameworks = ["minitest.runner.Framework"]

I ./seed idea

Then I open the project in IntelliJ. In the test folder I open my MySimpleSuite.scala and import minitest. is not found. I expect import minitest. to be found.

PhilAndrew commented 4 years ago

Solution add scalaDeps

[module.ideal.test] sources = ["shared/test"] scalaDeps = [["io.monix", "minitest", "2.4.0"]]