From 3daf857ad6236e6b3671dd272f0eaa5e90ed5aa9 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Mon, 25 Nov 2013 00:11:00 -0300 Subject: correct repository configuration --- project/Dependencies.scala | 3 +-- project/plugins.sbt | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7a8bde98..f3d10e3a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,8 +4,7 @@ object Dependencies { val resolutionRepos = Seq( "spray repo" at "http://repo.spray.io/", - "spray nightlies repo" at "http://nightlies.spray.io", - "kamon repo" at "http://repo.kamon.io" + "spray nightlies repo" at "http://nightlies.spray.io" ) val sprayVersion = "1.2-RC4" diff --git a/project/plugins.sbt b/project/plugins.sbt index 2fa27bf3..d037d72f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,7 @@ resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/" +resolvers += Resolver.url("Kamon Releases", url("http://repo.kamon.io"))(Resolver.ivyStylePatterns) + addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1") addSbtPlugin("io.spray" % "sbt-revolver" % "0.6.2") -- cgit v1.2.3