aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--build.sbt2
2 files changed, 5 insertions, 1 deletions
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)(