From b28f664b4e79eaebe2e449f9ff03e811e9aa0dd6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Feb 2021 22:54:43 +0100 Subject: [PATCH] Update diffx-core to 0.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 23831ef0..f2f922bd 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.0.0-RC2", "org.typelevel" %% "cats-effect-kernel" % "3.0.0-RC2", - "com.softwaremill.diffx" %% "diffx-core" % "0.3.30" + "com.softwaremill.diffx" %% "diffx-core" % "0.4.2" ) ++ compilerPlugins )