Skip to content

Commit 5811fee

Browse files
Update cats-effect to 3.6.3 (#418)
1 parent 092c64d commit 5811fee

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.4",
44-
"org.typelevel" %% "cats-effect" % "3.6.2",
44+
"org.typelevel" %% "cats-effect" % "3.6.3",
4545
),
4646
//Release configuration
4747
releasePublishArtifactsAction := PgpKeys.publishSigned.value,

0 commit comments

Comments
 (0)