Skip to content

Commit

Permalink
Update cats-effect-testing-scalatest to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 4, 2024
1 parent fc088ba commit 90ece62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
Expand Down

0 comments on commit 90ece62

Please sign in to comment.