From 513d09b846f070bec925669efff2e32578fc1c6a Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 31 Dec 2015 17:40:37 +0100 Subject: [PATCH] Add back Sonatype snapshots repository Seems that Appveyor (Windows CI) needs it... --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a45710c00..31c5707aa 100644 --- a/build.sbt +++ b/build.sbt @@ -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(