We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4e258 commit 9c2c43fCopy full SHA for 9c2c43f
1 file changed
project/Dependencies.scala
@@ -141,7 +141,7 @@ object Dependencies {
141
)
142
143
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)
+ val CatsEffectTest: Seq[ModuleID] = List("org.typelevel" %% "cats-effect-testing-scalatest" % "1.8.0" % Test)
145
146
val TestContainers: Seq[ModuleID] = List(
147
"com.dimafeng" %% "testcontainers-scala-scalatest" % V.testContainers % Test,
0 commit comments