Skip to content

Commit 1c0e8a3

Browse files
Update cats-effect to 3.5.1 (#3105)
1 parent 6c721f5 commit 1c0e8a3

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.75"
55
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.0"
6+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
77
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
88
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
99
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.10"

0 commit comments

Comments
 (0)