summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 74522bf..5c651a7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -45,7 +45,8 @@ lazy val root = project.in(file(".")).settings(defaultSettings:_*).settings(
"com.typesafe.akka" %% "akka-actor" % "2.3.0",
"com.lihaoyi" %% "autowire" % "0.2.3",
"com.lihaoyi" %% "upickle" % "0.2.3"
- )
+ ),
+ resolvers += "bintray/non" at "http://dl.bintray.com/non/maven"
)
lazy val client = project.in(file("client"))