Skip to content

Commit 9c2c43f

Browse files
Update cats-effect-testing-scalatest to 1.8.0 (#432)
1 parent df4e258 commit 9c2c43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ object Dependencies {
141141
)
142142

143143
val ScalaTest: Seq[ModuleID] = List("org.scalatest" %% "scalatest" % V.scalaTest % Test)
144-
val CatsEffectTest: Seq[ModuleID] = List("org.typelevel" %% "cats-effect-testing-scalatest" % "1.7.0" % Test)
144+
val CatsEffectTest: Seq[ModuleID] = List("org.typelevel" %% "cats-effect-testing-scalatest" % "1.8.0" % Test)
145145

146146
val TestContainers: Seq[ModuleID] = List(
147147
"com.dimafeng" %% "testcontainers-scala-scalatest" % V.testContainers % Test,

0 commit comments

Comments
 (0)