From 03da5fa3b0061becfd3a7af9087584be6e65debe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Jul 2021 09:15:41 +0200 Subject: [PATCH] Update json4s-native to 4.0.2 --- json4s/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json4s/build.sbt b/json4s/build.sbt index ce7da62..e490d84 100644 --- a/json4s/build.sbt +++ b/json4s/build.sbt @@ -1,6 +1,6 @@ name := "scalatest-json4s" libraryDependencies ++= Seq( - "org.json4s" %% "json4s-native" % "4.0.1", + "org.json4s" %% "json4s-native" % "4.0.2", "org.scalatest" %% "scalatest" % "3.2.9" )