Skip to content

Commit

Permalink
Update cats-effect to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fmonniot-s-scala-steward[bot] committed Mar 10, 2024
1 parent 65746c7 commit 8f250ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -51,7 +51,7 @@ lazy val cats = project
libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0",
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "1.0.0-M11" % Test,
"org.typelevel" %% "cats-effect" % "3.5.3" % Test
"org.typelevel" %% "cats-effect" % "3.5.4" % Test
)
)

Expand All @@ -72,5 +72,5 @@ lazy val docs = project
mdocVariables := Map(
"VERSION" -> (core / version).value
),
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.3"
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4"
)

0 comments on commit 8f250ce

Please sign in to comment.