aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ab32fe6f..d64626f2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -3,7 +3,8 @@ import sbt._
object Dependencies {
val resolutionRepos = Seq(
- "spray repo" at "http://repo.spray.io/"
+ "spray repo" at "http://repo.spray.io/",
+ "spray nightlies repo" at "http://nightlies.spray.io"
)
val sprayCan = "io.spray" % "spray-can" % "1.1-M7"