Skip to content

Commit

Permalink
Merge pull request #2935 from typelevel/update/cats-effect-3.3.13
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-laws, ... to 3.3.13
  • Loading branch information
mpilquist committed Jul 1, 2022
2 parents 122e952 + 52b55ae commit f79fa88
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 @@ -188,9 +188,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.8.0",
"org.typelevel" %%% "cats-laws" % "2.8.0" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.12",
"org.typelevel" %%% "cats-effect-laws" % "3.3.12" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3.12" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.13",
"org.typelevel" %%% "cats-effect-laws" % "3.3.13" % Test,
"org.typelevel" %%% "cats-effect-testkit" % "3.3.13" % Test,
"org.scodec" %%% "scodec-bits" % "1.1.34",
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.4" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,
Expand Down

0 comments on commit f79fa88

Please sign in to comment.