From ab4cb9e197f678c00f7937068559464ef408eabc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Jul 2021 06:55:05 +0200 Subject: [PATCH] Update diffx-core to 0.5.4 --- argonaut/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argonaut/build.sbt b/argonaut/build.sbt index 0292f8f..a6877bc 100644 --- a/argonaut/build.sbt +++ b/argonaut/build.sbt @@ -3,5 +3,5 @@ name := "scalatest-argonaut" libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.9", "io.argonaut" %% "argonaut" % "6.3.6", - "com.softwaremill.diffx" %% "diffx-core" % "0.5.3" + "com.softwaremill.diffx" %% "diffx-core" % "0.5.4" )