SBT - include dependency for everything but test -


i have dependency (stagemonitor.org) want include except "test" , "test:test". how include dependency "test"? i'm using sbt 0.13.8.

thanks,

johan

you need exclude things manually via managedclasspath in test. check out -= operator adding on 0.13.9-rc1.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -