From 90ece62195d1ca807d4c4963c846c7e4e4063091 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Dec 2024 02:46:35 +0000 Subject: [PATCH] Update cats-effect-testing-scalatest to 1.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97af173..7f8b4d4 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val root = (project in file(".")) "org.scalatest" %% "scalatest" % ScalaTestVersion % Test, "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test, "com.vladsch.flexmark" % "flexmark-all" % FlexmarkVersion % Test, - "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test, + "org.typelevel" %% "cats-effect-testing-scalatest" % "1.6.0" % Test, "ch.qos.logback" % "logback-classic" % LogbackVersion, "org.scalameta" %% "svm-subs" % "20.2.0" ),