aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-11-25 00:11:00 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-11-25 00:11:00 -0300
commit3daf857ad6236e6b3671dd272f0eaa5e90ed5aa9 (patch)
treeb1b9ca511e76bb22fdadd29ecee55a1f92df728a /project
parent296ef33aa8909cd9191ddfcd96a05d7dd3856b43 (diff)
downloadKamon-3daf857ad6236e6b3671dd272f0eaa5e90ed5aa9.tar.gz
Kamon-3daf857ad6236e6b3671dd272f0eaa5e90ed5aa9.tar.bz2
Kamon-3daf857ad6236e6b3671dd272f0eaa5e90ed5aa9.zip
correct repository configuration
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala3
-rw-r--r--project/plugins.sbt2
2 files changed, 3 insertions, 2 deletions
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")