Skip to content

Commit

Permalink
Merge pull request #236 from davenverse/update/cats-effect-testing-sp…
Browse files Browse the repository at this point in the history
…ecs2-1.5.0

Update cats-effect-testing-specs2 to 1.5.0
  • Loading branch information
armanbilge authored Jun 2, 2023
2 parents 8294fd3 + f129cf2 commit 8c8cd15
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 @@ -89,6 +89,6 @@ lazy val commonSettings = Seq(
"org.typelevel" %%% "log4cats-core" % log4catsV,
"org.typelevel" %%% "log4cats-testing" % log4catsV % Test,

"org.typelevel" %%% "cats-effect-testing-specs2" % "1.4.0" % Test,
"org.typelevel" %%% "cats-effect-testing-specs2" % "1.5.0" % Test,
)
)

0 comments on commit 8c8cd15

Please sign in to comment.