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

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -