Skip to content

Commit 49bcb5e

Browse files
authored
Merge pull request #339 from nafg/update/cats-effect-3.6.0
Update cats-effect to 3.6.0
2 parents 701c73e + 8642519 commit 49bcb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val core = project
4141
libraryDependencies ++= Seq(
4242
"com.lihaoyi" %% "sourcecode" % "0.4.2",
4343
"org.typelevel" %% "cats-free" % "2.12.0",
44-
"org.typelevel" %% "cats-effect" % "3.5.7",
44+
"org.typelevel" %% "cats-effect" % "3.6.0",
4545
ScalaTest % Test
4646
)
4747
)

0 commit comments

Comments
 (0)