Skip to content

Commit f7c3601

Browse files
authored
Merge pull request #215 from typelevel/update/cats-effect-3.3.14
Update cats-effect to 3.3.14
2 parents 073fa41 + 10d705e commit f7c3601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
2929
.settings(
3030
libraryDependencies ++= List(
3131
"org.scalameta" %%% "munit-scalacheck" % "0.7.29",
32-
"org.typelevel" %%% "cats-effect" % "3.3.11" % Test
32+
"org.typelevel" %%% "cats-effect" % "3.3.14" % Test
3333
)
3434
)

0 commit comments

Comments
 (0)