mirror of https://github.com/sbt/sbt.git
Add back Sonatype snapshots repository
Seems that Appveyor (Windows CI) needs it...
This commit is contained in:
parent
f61f71016e
commit
513d09b846
|
|
@ -90,7 +90,8 @@ lazy val baseCommonSettings = Seq(
|
|||
organization := "com.github.alexarchambault",
|
||||
resolvers ++= Seq(
|
||||
"Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases",
|
||||
Resolver.sonatypeRepo("releases")
|
||||
Resolver.sonatypeRepo("releases"),
|
||||
Resolver.sonatypeRepo("snapshots")
|
||||
),
|
||||
scalacOptions += "-target:jvm-1.7",
|
||||
javacOptions ++= Seq(
|
||||
|
|
|
|||
Loading…
Reference in New Issue