From 3fefad69add46e556b142cb2d4f07cf9337e37a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Dec 2022 19:32:33 +0000 Subject: [PATCH] Update json4s-ext, json4s-native to 4.0.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ebc58020..07408842 100644 --- a/build.sbt +++ b/build.sbt @@ -408,8 +408,8 @@ lazy val bijectionJson4s = { osgiExportAll("com.twitter.bijection.json4s"), libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, - "org.json4s" %% "json4s-native" % "4.0.5", - "org.json4s" %% "json4s-ext" % "4.0.5" + "org.json4s" %% "json4s-native" % "4.0.6", + "org.json4s" %% "json4s-ext" % "4.0.6" ) ) .dependsOn(