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 75434fe..48249c9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,6 +5,6 @@ scalaVersion := "2.12.4"
libraryDependencies ++= Seq(
"io.spray" %% "spray-json" % "1.3.4",
- "com.propensive" %% "magnolia" % "0.6.2-SNAPSHOT",
+ "com.propensive" %% "magnolia" % "0.7.0",
"org.scalatest" %% "scalatest" % "3.0.2"
)