Skip to content

Commit

Permalink
Update cats-effect to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
toniogela-s-scala-steward[bot] authored and mergify[bot] committed Jan 16, 2024
1 parent 806a5e7 commit 1afd361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file(".")).enablePlugins(ScriptedPlugin).settings(
// These are here for scala-steward
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.2",
"org.typelevel" %% "cats-effect" % "3.5.3",
"co.fs2" %% "fs2-core" % "3.9.3",
"com.monovore" %% "decline-effect" % "2.4.1",
"is.cir" %% "ciris" % "3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Keys._
object Dependencies {

val coreDependencies: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-effect" % "3.5.2",
"org.typelevel" %% "cats-effect" % "3.5.3",
"com.monovore" %% "decline-effect" % "2.4.1",
"is.cir" %% "ciris" % "3.4.0",
$if(add_fs2.truthy) $ "co.fs2" %% "fs2-core" % "3.9.3" $endif$
Expand Down

0 comments on commit 1afd361

Please sign in to comment.