Skip to content

Instantly share code, notes, and snippets.

@quelgar
Created April 26, 2012 08:24
Show Gist options
  • Save quelgar/2497604 to your computer and use it in GitHub Desktop.
Save quelgar/2497604 to your computer and use it in GitHub Desktop.
sbt setting to not check scala-tools
externalResolvers <<= resolvers map { rs =>
Resolver.withDefaultResolvers(rs, scalaTools = false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment