diff options
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ lazy val commonSettings = Seq( "org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test", "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "org.json4s" %% "json4s-native" % "3.6.7", + "org.json4s" %% "json4s-native" % "3.6.8", "org.apache.commons" % "commons-text" % "1.8" ), resolvers ++= Seq( |
