aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-30 13:47:15 +0100
committerGitHub <noreply@github.com>2017-11-30 13:47:15 +0100
commitc698d7db4b6e89392b8ae399333a89b167db20c7 (patch)
treebf4a34e519dec8992ded3f92b7ec4acec08c1826 /build.sbt
parent834af65ed610d6b1b278b5204801306808a90645 (diff)
parente2191e2687b671d4a8610544251e7e807f2793da (diff)
downloadmagnolia-c698d7db4b6e89392b8ae399333a89b167db20c7.tar.gz
magnolia-c698d7db4b6e89392b8ae399333a89b167db20c7.tar.bz2
magnolia-c698d7db4b6e89392b8ae399333a89b167db20c7.zip
Merge branch 'master' into patch-1
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index f127515..178ac83 100644
--- a/build.sbt
+++ b/build.sbt
@@ -25,6 +25,13 @@ 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