From 70a8f9471c759641de64e4000a4b5a5d51d56fe7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Sep 2023 15:20:09 +0000 Subject: [PATCH] Update diffx-cats, diffx-core to 0.9.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 37aadb91..9d362cf7 100644 --- a/build.sbt +++ b/build.sbt @@ -48,8 +48,8 @@ val commonSettings = Seq( "com.disneystreaming" %% "weaver-cats" % "0.8.3" % Test, "com.disneystreaming" %% "weaver-discipline" % "0.8.3" % Test, "com.disneystreaming" %% "weaver-scalacheck" % "0.8.3" % Test, - "com.softwaremill.diffx" %% "diffx-core" % "0.8.3" % Test, - "com.softwaremill.diffx" %% "diffx-cats" % "0.8.3" % Test, + "com.softwaremill.diffx" %% "diffx-core" % "0.9.0" % Test, + "com.softwaremill.diffx" %% "diffx-cats" % "0.9.0" % Test, ), compilerPlugins, scalacOptions -= "-Xfatal-warnings",