Skip to content

Commit

Permalink
Merge pull request #348 from typelevel/update/cats-effect-3.5.3
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.3
  • Loading branch information
danicheg authored Jan 16, 2024
2 parents 6d2bd3d + 480987b commit 93ce346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "munit-cats-effect",
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M10",
"org.typelevel" %%% "cats-effect" % "3.5.2"
"org.typelevel" %%% "cats-effect" % "3.5.3"
)
)

0 comments on commit 93ce346

Please sign in to comment.