aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2018-01-07 14:32:02 +0000
committerJon Pretty <jon.pretty@propensive.com>2018-01-07 14:32:02 +0000
commit73b82b5cae3ef98e990b250e826f2af6964b6c20 (patch)
tree74f1388f976b7a542975f904d896b5f439968f5b
parent5881e35517b4e946f7d603f3a57bb5de94a2d5a9 (diff)
downloadmagnolia-73b82b5cae3ef98e990b250e826f2af6964b6c20.tar.gz
magnolia-73b82b5cae3ef98e990b250e826f2af6964b6c20.tar.bz2
magnolia-73b82b5cae3ef98e990b250e826f2af6964b6c20.zip
Remove dependencies on Scalaz-deriving for tests
-rw-r--r--build.sbt7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.sbt b/build.sbt
index 178ac83..f127515 100644
--- a/build.sbt
+++ b/build.sbt
@@ -25,13 +25,6 @@ lazy val tests = project
.settings(buildSettings: _*)
.settings(unmanagedSettings)
.settings(moduleName := "magnolia-tests")
- .settings(
- addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
- libraryDependencies ++= Seq(
- "com.fommil" %% "deriving-macro" % "0.9.0",
- "com.fommil" %% "scalaz-deriving" % "0.9.0"
- )
- )
.dependsOn(examplesJVM)
lazy val benchmarks = project