Skip to content

Commit

Permalink
Update cats-effect to 3.3.13 (#54)
Browse files Browse the repository at this point in the history
* Update cats-effect to 3.3.13

* Update cats-effect to 3.3.13

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
majk-p and github-actions[bot] authored Jul 8, 2022
1 parent 6cafa5d commit 3ef22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ lazy val core = module("core")
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"co.fs2" %% "fs2-core" % "3.2.9",
"org.typelevel" %% "cats-effect" % "3.3.12"
"org.typelevel" %% "cats-effect" % "3.3.13"
)
)

Expand Down

0 comments on commit 3ef22fb

Please sign in to comment.