From f33194e3fda562d6e1d7e73289c9572a6a83d4e5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Nov 2022 02:04:02 +0000 Subject: [PATCH] Update json4s-native to 4.0.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2191c957..d046c441 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ lazy val root = project "commons-codec" % "commons-codec" % "1.15", "io.github.novacrypto" % "BIP39" % "2019.01.27", "net.i2p.crypto" % "eddsa" % "0.3.0", - "org.json4s" %% "json4s-native" % "4.0.3", + "org.json4s" %% "json4s-native" % "4.0.6", "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0", "tech.sparse" %% "toml-scala" % "0.2.2",