From ba8fe5cee6b1834abbd1ee954b04c36820652b62 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Jul 2022 18:16:43 +0000 Subject: [PATCH] Update weaver-cats, weaver-scalacheck to 0.7.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6f94e4b3..f001acf1 100644 --- a/build.sbt +++ b/build.sbt @@ -81,8 +81,8 @@ val commonSettings = List( "com.github.valskalla" %% "odin-core" % "0.13.0", "io.circe" %% "circe-core" % "0.14.2", "dev.optics" %% "monocle-core" % "3.1.0", - "com.disneystreaming" %% "weaver-cats" % "0.7.13" % Test, - "com.disneystreaming" %% "weaver-scalacheck" % "0.7.13" % Test + "com.disneystreaming" %% "weaver-cats" % "0.7.14" % Test, + "com.disneystreaming" %% "weaver-scalacheck" % "0.7.14" % Test ) ++ compilerPlugins, testFrameworks += new TestFramework("weaver.framework.CatsEffect"), publish / skip := true