Skip to content

Commit 4f91d86

Browse files
Update cats-effect to 3.6.2 (#416)
1 parent 5e26854 commit 4f91d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val recryptSettings = Seq(
4141
) ++ Seq( // Core dependencies.
4242
"org.typelevel" %% "spire" % "0.17.0",
4343
"org.scodec" %% "scodec-bits" % "1.2.2",
44-
"org.typelevel" %% "cats-effect" % "3.6.1",
44+
"org.typelevel" %% "cats-effect" % "3.6.2",
4545
),
4646
//Release configuration
4747
releasePublishArtifactsAction := PgpKeys.publishSigned.value,

0 commit comments

Comments
 (0)