From 7749741481652b565f6f4a275396560cd2807abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Thu, 5 Jan 2017 23:01:15 +0100 Subject: [PATCH] Fixed a missing dependency --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 57bf711..c6f159c 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= Seq( specs2 % Test ) -//resolvers += "scalaz-bintray" at https?"http://dl.bintray.com/scalaz/releases" +resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases" libraryDependencies += "com.lihaoyi" %% "upickle" % "0.3.4"