From 83942244b48d8f7a68ecdaade90b92a79378d43c Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 29 Mar 2018 13:11:43 -0700 Subject: Allow deserialization of option fields if they are omitted Fixes #5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') 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)( -- cgit v1.2.3