From 31b6838e69ca3ed9bc9b7fc825b51d034c2d491b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lech=20G=C5=82owiak?= Date: Mon, 17 Sep 2018 09:48:53 +0200 Subject: [PATCH] #22 removing source dependency --- build.sbt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.sbt b/build.sbt index f332866..fcd1fc9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,9 +1,3 @@ -lazy val scalaz = - ProjectRef( - uri("git:https://github.com/scalaz/scalaz.git#series/8.0.x"), - "baseJVM" - ) - val testzVersion = "0.0.4" val monocleVersion = "1.5.0" @@ -17,7 +11,6 @@ lazy val root = project scalacheck, `test-commons` ) - .dependsOn(scalaz) lazy val core = project .in(file("modules/core"))