From d0e3f97ed31e5815defd20da644a4b67a22782bf Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 26 Aug 2015 08:16:44 +0200 Subject: [PATCH] update build.sbt let it build --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9dd42cb..0a94531 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ scalacOptions ++= Seq( resolvers ++= Seq( "Spray Releases" at "http://repo.spray.io", - "Spray Releases" at "http://repo.spray.io" + "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/" ) libraryDependencies ++= Seq( @@ -45,4 +45,4 @@ javaOptions in run += "-javaagent:" + System.getProperty("user.home") + "/.ivy2/ fork in run := true -connectInput in run := true \ No newline at end of file +connectInput in run := true