Skip to content

Commit

Permalink
Merge pull request #362 from scala-steward/update/cats-effect-3.3.3
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-kernel to 3.3.3
  • Loading branch information
mpilquist authored Jan 3, 2022
2 parents 3f1f78f + 4bfe6d3 commit 6cf472c
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 @@ -66,7 +66,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.1" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.3" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test
)
)
Expand Down Expand Up @@ -106,7 +106,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.1"
"org.typelevel" %%% "cats-effect-kernel" % "3.3.3"
)
)

Expand Down

0 comments on commit 6cf472c

Please sign in to comment.