aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorSam Halliday <sam.halliday@gmail.com>2017-11-22 16:25:11 +0000
committerSam Halliday <sam.halliday@gmail.com>2017-11-22 16:25:11 +0000
commit08f529d1de02c42cc60680e160b12544e4edc644 (patch)
treef2f039659f97d91d4e7b1f8efca2aab3f5927957 /build.sbt
parentf3860d98267a6f603defc34dc1708c9fc5517b4b (diff)
downloadmagnolia-08f529d1de02c42cc60680e160b12544e4edc644.tar.gz
magnolia-08f529d1de02c42cc60680e160b12544e4edc644.tar.bz2
magnolia-08f529d1de02c42cc60680e160b12544e4edc644.zip
add the alpha release
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