diff --git a/build.sbt b/build.sbt index d5264d47..0ef88f8b 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ val commonSettings = Seq( "com.github.julien-truffaut" %% "monocle" % "2.0.3", "org.typelevel" %% "cats-effect" % "2.3.1", "dev.profunktor" %% "console4cats" % "0.8.1", - "com.softwaremill.diffx" %% "diffx-core" % "0.3.30" + "com.softwaremill.diffx" %% "diffx-core" % "0.4.0" ) ++ compilerPlugins )