From d0cc8981d666f0a56d66002650661d8568beb80e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Nov 2022 18:23:34 +0000 Subject: [PATCH] Update diffx-cats, diffx-core to 0.8.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e24348e..8d7d2ef 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ val commonSettings = Seq( "com.github.julien-truffaut" %% "monocle" % "2.0.3", "org.typelevel" %% "cats-effect-std" % "3.2.9", "org.typelevel" %% "cats-effect-kernel" % "3.2.9", - "com.softwaremill.diffx" %% "diffx-core" % "0.3.30" + "com.softwaremill.diffx" %% "diffx-core" % "0.8.2" ) ++ compilerPlugins ) @@ -46,7 +46,7 @@ val tests = commonSettings, libraryDependencies ++= List( "org.typelevel" %% "cats-effect" % "3.2.9", - "com.softwaremill.diffx" %% "diffx-cats" % "0.3.30" + "com.softwaremill.diffx" %% "diffx-cats" % "0.8.2" ) ) .settings(name += "-tests")