Skip to content

Commit 65eb6bd

Browse files
Update cats-effect to 3.4.6 (#457)
1 parent c199a30 commit 65eb6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Deps {
88
import Def.setting
99

1010
def catsEffect2 = setting("org.typelevel" %%% "cats-effect" % "2.5.5")
11-
def catsEffect3 = setting("org.typelevel" %%% "cats-effect" % "3.4.5")
11+
def catsEffect3 = setting("org.typelevel" %%% "cats-effect" % "3.4.6")
1212
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.6"
1313
def macroParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.patch
1414
def pprint = setting("com.lihaoyi" %%% "pprint" % "0.8.1")

0 commit comments

Comments
 (0)