Add sonatype-snapshots resolver to the list for the launcher module snapshots.

This commit is contained in:
Josh Suereth 2015-03-24 16:16:55 -04:00
parent 4f1e1f61fc
commit 3121ed9678
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
componentID := None,
crossPaths := false,
resolvers += Resolver.typesafeIvyRepo("releases"),
resolvers += Resolver.sonatypeRepo("snapshots"),
concurrentRestrictions in Global += Util.testExclusiveRestriction,
testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"),
javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial"),