You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-build-tool
Hello everyone,
I have a multi-module project and one of my modules dependsOn a utils project which contains some `traits`. When I run my tests on IntelliJ IDEA all tests work, but when running from the terminal with `sbt moduleName/test` it appears to be unable to import the traits, everything else get imported (gives a not member package error Any ideas? I've made a simple project that reproduces the error: https://github.com/leonmaia/multi-module-failing-trait