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 b0769529..4e22e3e9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -51,7 +51,7 @@ lazy val commonSettings = Seq(
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % "test",
"com.github.scopt" %% "scopt" % "3.7.1",
- "net.jcazevedo" %% "moultingyaml" % "0.4.1",
+ "net.jcazevedo" %% "moultingyaml" % "0.4.2",
"org.json4s" %% "json4s-native" % "3.6.7",
"org.apache.commons" % "commons-text" % "1.8"
),