anyone comfortable around ivy? i want to use the s...
# random
h
anyone comfortable around ivy? i want to use the strict conflict manager for all dependencies except for ones in a specific group — in my
ivysettings.xml
I have
Copy code
<settings defaultResolver="chain-repos"
    defaultConflictManager=”strict"/>
    <dependencies>
      <conflict matcher="glob" org="org.scala-lang" module="*" manager="latest-revision"/>
    </dependencies>
but that doesn’t seem to work