aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-03-29 13:11:43 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-17 22:36:20 -0700
commit83942244b48d8f7a68ecdaade90b92a79378d43c (patch)
treeaa12e0ae1d69e27dae645cd50e545d6551e2497e /build.sbt
parent4e50db580a11468cd12cfb4374a8825f88b3c090 (diff)
downloadspray-json-derivation-83942244b48d8f7a68ecdaade90b92a79378d43c.tar.gz
spray-json-derivation-83942244b48d8f7a68ecdaade90b92a79378d43c.tar.bz2
spray-json-derivation-83942244b48d8f7a68ecdaade90b92a79378d43c.zip
Allow deserialization of option fields if they are omitted
Fixes #5
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 9f99ddb..0954c0a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,7 +20,7 @@ lazy val sprayJsonDerivation =
),
libraryDependencies ++= Seq(
"io.crashbox" %%% "spray-json" % "1.3.4-1",
- "com.propensive" %%% "magnolia" % "0.7.1"
+ "io.crashbox" %%% "magnolia" % "0.7.1-1"
)
)
.platformsSettings(JVMPlatform, JSPlatform)(