Skip to content

Commit

Permalink
Merge pull request #3504 from typelevel/update/cats-effect-3.5.6
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-laws, ... to 3.5.6
  • Loading branch information
mpilquist authored Nov 20, 2024
2 parents ad25f4f + 0dddb92 commit abe9b03
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 @@ -299,9 +299,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-bits" % "1.1.38",
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-effect" % "3.5.5",
"org.typelevel" %%% "cats-effect-laws" % "3.5.5" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.5.5" % Test,
"org.typelevel" %%% "cats-effect" % "3.5.6",
"org.typelevel" %%% "cats-effect-laws" % "3.5.6" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.5.6" % Test,
"org.typelevel" %%% "cats-laws" % "2.11.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
Expand Down

0 comments on commit abe9b03

Please sign in to comment.