From eada4c48b3954241e130f5d9b5e7feebe8c1e3f2 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 14 Feb 2018 12:17:15 -0800 Subject: Prepare for releasing --- build.sbt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'build.sbt') 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" +) -- cgit v1.2.3