From ea4510f30ca3ad607c8c5736f0c0b92f22a816e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 28 Feb 2021 06:36:00 +0100 Subject: [PATCH] Update diffx-cats to 0.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 23831ef0..15c2379d 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ val tests = commonSettings, libraryDependencies ++= List( "org.typelevel" %% "cats-effect" % "3.0.0-RC2", - "com.softwaremill.diffx" %% "diffx-cats" % "0.3.30" + "com.softwaremill.diffx" %% "diffx-cats" % "0.4.2" ) ) .settings(name += "-tests")