aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-06-30 01:57:51 -0700
committerJakob Odersky <jakob@odersky.com>2018-06-30 01:57:51 -0700
commit1c358416737f8e7d41d6858000ce07680df7afee (patch)
tree257c6522b92fb9624f5570c2a74d8fbe1972e758
parentc4dd18f810afdb4adb85d002ad34e660fe54c146 (diff)
downloadspray-json-derivation-0.4.7.tar.gz
spray-json-derivation-0.4.7.tar.bz2
spray-json-derivation-0.4.7.zip
Upgrade magnoliav0.4.7
-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)(