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 23c577f..5d595be 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,7 +17,7 @@ scalacOptions ++= Seq(
libraryDependencies ++= Seq(
"io.spray" %% "spray-json" % "1.3.4",
- "com.propensive" %% "magnolia" % "0.7.1",
+ "com.propensive" %% "magnolia" % "0.7.2-SNAPSHOT",
"org.scalatest" %% "scalatest" % "3.0.2" % "test"
)