aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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 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)(