Skip to content

Commit 7bae67b

Browse files
authored
Merge pull request #2010 from Baeldung/update/cats-effect-testing-scalatest-1.7.0
Update cats-effect-testing-scalatest from 1.6.0 to 1.7.0
2 parents 94358c7 + d672acc commit 7bae67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ lazy val scala_libraries_fp = (project in file("scala-libraries-fp"))
573573
"org.http4s" %% "http4s-blaze-server" % http4sBlaze,
574574
"org.http4s" %% "http4s-blaze-client" % http4sBlaze,
575575
catEffectTest,
576-
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.6.0" % Test,
576+
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.7.0" % Test,
577577
"org.scalaz" %% "scalaz-core" % scalazVersion,
578578
"junit" % "junit" % "4.13.2" % Test,
579579
"org.typelevel" %% "spire" % spireVersion

0 commit comments

Comments
 (0)