Change bintray repo, see sbt #1696

This commit is contained in:
Antonio Cunei 2016-09-22 23:47:05 +02:00
parent 138787f55e
commit a1f9b5ed64
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
// publishArtifact in packageDoc := false,
resolvers += Resolver.typesafeIvyRepo("releases"),
resolvers += Resolver.sonatypeRepo("snapshots"),
resolvers += Resolver.bintrayRepo("sbt", "maven-releases"),
resolvers += "bintray-typesafe-maven-releases" at "https://dl.bintray.com/typesafe/maven-releases/",
// concurrentRestrictions in Global += Util.testExclusiveRestriction,
testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"),
javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial"),