Skip to content

Commit ab659c1

Browse files
authored
Merge pull request #3671 from scala-steward/update/cats-effect-3.6.2
Update cats-effect to 3.6.2
2 parents 0c7991d + 748bcd5 commit ab659c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.81"
55
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
6+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.2"
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)