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-03-29 13:21:06 -0700
commit3a1d922d817fe570a34ce94bf5ec3214369d5af8 (patch)
treeba0ef59971c29af862ee04e283fb89949b563c61 /build.sbt
parent2f3f9aa851080b6c79f3af14b3fdfeab56feffec (diff)
downloadspray-json-derivation-3a1d922d817fe570a34ce94bf5ec3214369d5af8.tar.gz
spray-json-derivation-3a1d922d817fe570a34ce94bf5ec3214369d5af8.tar.bz2
spray-json-derivation-3a1d922d817fe570a34ce94bf5ec3214369d5af8.zip
Allow deserialization of optional fields if they are omittedoption
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 23c577f..5d595be 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,7 +17,7 @@ scalacOptions ++= Seq(
libraryDependencies ++= Seq(
"io.spray" %% "spray-json" % "1.3.4",
- "com.propensive" %% "magnolia" % "0.7.1",
+ "com.propensive" %% "magnolia" % "0.7.2-SNAPSHOT",
"org.scalatest" %% "scalatest" % "3.0.2" % "test"
)