From 1c358416737f8e7d41d6858000ce07680df7afee Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 30 Jun 2018 01:57:51 -0700 Subject: Upgrade magnolia --- CHANGELOG.md | 4 ++++ build.sbt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de43491..6bdcd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.7 + + Upgrade Magnolia from 0.7.1-1 to 0.8.0-1. + # Version 0.4.6 - Fix a bug in the derivation macro that prevented deriving formats for diff --git a/build.sbt b/build.sbt index c57e9c5..cd613f7 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val sprayJsonDerivation = ), libraryDependencies ++= Seq( "io.crashbox" %%% "spray-json" % "1.3.4-1", - "io.crashbox" %%% "magnolia" % "0.7.1-1" + "io.crashbox" %%% "magnolia" % "0.8.0-1" ) ) .platformsSettings(JVMPlatform, JSPlatform)( -- cgit v1.2.3