Skip to content

Commit 30a3702

Browse files
authored
Merge pull request #3622 from scala-steward/update/cats-effect-3.6.1
Update cats-effect to 3.6.1
2 parents 8e97ea0 + c7ab46f commit 30a3702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt.*
33
object Dependencies {
44
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.80"
55
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.0"
6+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
77
val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
88
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
99
val catsParse = "org.typelevel" %% "cats-parse" % "1.1.0"

0 commit comments

Comments
 (0)