aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-22 23:03:31 +0000
committerGitHub <noreply@github.com>2017-11-22 23:03:31 +0000
commit192173d811f870e6e9c705c80118e27dc63a898b (patch)
tree9b86f7f69f857229f59574aeb844fbd063ff4cdb /build.sbt
parentf3860d98267a6f603defc34dc1708c9fc5517b4b (diff)
parentf94efcc6283317095979d48359bc030c94230306 (diff)
downloadmagnolia-192173d811f870e6e9c705c80118e27dc63a898b.tar.gz
magnolia-192173d811f870e6e9c705c80118e27dc63a898b.tar.bz2
magnolia-192173d811f870e6e9c705c80118e27dc63a898b.zip
Merge pull request #45 from fommil/scalaz-deriving
Scalaz deriving benchmarks
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