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")