Skip to content

Commit 960ae4b

Browse files
Update cats-effect to 3.3.12 (#2611)
1 parent 6c8cac7 commit 960ae4b

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
@@ -5,7 +5,7 @@ import sbt.librarymanagement.syntax.ExclusionRule
55
object Dependencies {
66
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.70"
77
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
8-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.11"
8+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.12"
99
val catsCore = "org.typelevel" %% "cats-core" % "2.7.0"
1010
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
1111
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.7"

0 commit comments

Comments
 (0)