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
Post a Comment