Skip to content

Commit 7f1b000

Browse files
Update cats-effect to 3.4.0 (#2767)
* Update cats-effect to 3.4.0 * Revert commit(s) 0cf4eb6 * Update cats-effect to 3.4.0
1 parent 30f8f7b commit 7f1b000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
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.72"
77
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
8-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.14"
8+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.0"
99
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
1010
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
1111
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.8"

0 commit comments

Comments
 (0)