Ben Challenor

Results 3 issues of Ben Challenor

The [Typesafe config](https://github.com/typesafehub/config) library (as used by Akka) loads `reference.conf` for every library and applies overrides according to the classpath order. sbt-idea currently generates the classpath in the wrong order,...

## steps The following build.sbt defines: - two library projects: {Maven-style, Ivy-style} - four dependent projects: {Maven-style, Ivy-style} x {project dep, library dep} The library projects depend on log4j, with...

Bug
area/library_management

Would it be possible to provide an opt out from changes to `libraryDependencies`? I am shading the `protobuf-java` jar into my own jar and renaming its packages, so I don't...