aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt10
1 files changed, 8 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 750289a..75434fe 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,10 @@
+name := "spray-json-derivation"
+organization := "xyz.driver"
-libraryDependencies += "io.spray" %% "spray-json" % "1.3.4"
+scalaVersion := "2.12.4"
-libraryDependencies += "com.propensive" %% "magnolia" % "0.6.1"
+libraryDependencies ++= Seq(
+ "io.spray" %% "spray-json" % "1.3.4",
+ "com.propensive" %% "magnolia" % "0.6.2-SNAPSHOT",
+ "org.scalatest" %% "scalatest" % "3.0.2"
+)