diff options
| author | Scala Steward | 2020-05-06 20:56:16 +0200 |
|---|---|---|
| committer | GitHub | 2020-05-06 18:56:16 +0000 |
| commit | ee15321573bcbb6ff8be8f82d2aaaa0fdc408e13 (patch) | |
| tree | 4343384e63c30216a88950fff2853e399db0700d /build.sbt | |
| parent | fc0ea33f03c0e3b9eb8b49c08de43a2cb365757c (diff) | |
Update moultingyaml to 0.4.2 (#1480)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ), |
