aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index a54205c..370c4fa 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,6 +17,6 @@ scalacOptions ++= Seq(
libraryDependencies ++= Seq(
"io.spray" %% "spray-json" % "1.3.4",
- "com.propensive" %% "magnolia" % "0.7.0",
+ "com.propensive" %% "magnolia" % "0.7.1",
"org.scalatest" %% "scalatest" % "3.0.2" % "test"
)