Skip to content

Commit

Permalink
Merge pull request #395 from scala-steward/update/cats-effect-3.3.11
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel to 3.3.11
  • Loading branch information
mpilquist authored Apr 6, 2022
2 parents 9bced2a + 8acbc3c commit dcecede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.15.4",
"org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.6" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.11" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test
)
)
Expand Down Expand Up @@ -70,7 +70,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "literally" % "1.0.2",
"org.typelevel" %%% "cats-core" % "2.7.0",
"org.typelevel" %%% "cats-effect-kernel" % "3.3.6"
"org.typelevel" %%% "cats-effect-kernel" % "3.3.11"
)
)

Expand Down

0 comments on commit dcecede

Please sign in to comment.