From 343d0af29c3c39979a782f60655d3a1ac357f3c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Aug 2022 17:51:43 +0000 Subject: [PATCH] Update weaver-cats, weaver-scalacheck to 0.7.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6f94e4b3..1337cafb 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.15" % Test, + "com.disneystreaming" %% "weaver-scalacheck" % "0.7.15" % Test ) ++ compilerPlugins, testFrameworks += new TestFramework("weaver.framework.CatsEffect"), publish / skip := true