Skip to content

Commit

Permalink
Merge pull request #2869 from scala-steward/update/cats-effect-3.3.10
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-laws, ... to 3.3.10
  • Loading branch information
mpilquist committed Apr 4, 2022
2 parents 3345263 + f23abda commit 89c76c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.7.0",
"org.typelevel" %%% "cats-laws" % "2.7.0" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.9",
"org.typelevel" %%% "cats-effect-laws" % "3.3.9" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3.9" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.10",
"org.typelevel" %%% "cats-effect-laws" % "3.3.10" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3.10" % Test,
"org.scodec" %%% "scodec-bits" % "1.1.30",
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.3" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,
Expand Down

0 comments on commit 89c76c0

Please sign in to comment.