mpeltonen/sbt-idea

Marking a dependency as it (Integration test) only doesn't add it to project libs

fernandoracca opened this issue · 0 comments

This works:
"org.hsqldb" % "hsqldb" % "2.2.8" % "it,test",

However, If only it scope, then it won't appear in External Libraries, and tests will fail.