mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 17:54:25 +02:00
This Resolver had the same name as the typesafe ivy resolver specified in the launcher boot.properties. It was creating a number of verbose warnings about having multiple resolvers with the same name. I noticed that the ivy pattern is slightly different for the boot resolver with this name. It didn't seem to be causing any problems to have both resolvers. Fixes #4839