From edf7375ca4263f8faaecd2bce54e6842d0451b73 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Nov 2020 12:15:54 +0100 Subject: [PATCH] Update cats-effect-testing-scalatest-scalacheck to 0.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd316fb..626fdb8 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ lazy val root = (project in file(".")) "org.tpolecat" %% "doobie-postgres" % doobieV % "it", "org.flywaydb" % "flyway-core" % "6.4.2" % "it", "org.tpolecat" %% "doobie-scalatest" % doobieV % "it", - "com.codecommit" %% "cats-effect-testing-scalatest-scalacheck" % "0.4.0" % "it", + "com.codecommit" %% "cats-effect-testing-scalatest-scalacheck" % "0.4.2" % "it", "com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.3" % "it", "io.chrisdavenport" %% "cats-scalacheck" % "0.3.0" % "it", "com.dimafeng" %% "testcontainers-scala-scalatest" % tcsV % "it",