Skip to content

Commit

Permalink
Merge pull request #2790 from scala-steward/update/cats-effect-3.3.4
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-laws, ... to 3.3.4
  • Loading branch information
mpilquist authored Jan 13, 2022
2 parents 474755e + 10a4f43 commit fce9438
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 @@ -205,9 +205,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.3",
"org.typelevel" %%% "cats-effect-laws" % "3.3.3" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3.3" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.4",
"org.typelevel" %%% "cats-effect-laws" % "3.3.4" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3.4" % 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 fce9438

Please sign in to comment.