Skip to content

Commit 684e2f3

Browse files
Update cats-effect to 3.4.8 (#2984)
1 parent 328776a commit 684e2f3

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.72"
55
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.7"
6+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.8"
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.9"

0 commit comments

Comments
 (0)