Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #308 from scala-steward/update/cats-effect-3.2.5
Browse files Browse the repository at this point in the history
Update cats-effect to 3.2.5
  • Loading branch information
mergify[bot] authored Aug 28, 2021
2 parents 1d1cfc8 + 8a99ef0 commit 9e23b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ val commonSettings = List(
scalacOptions += "-Ymacro-annotations",
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.6.1",
"org.typelevel" %% "cats-effect" % "3.2.4",
"org.typelevel" %% "cats-effect" % "3.2.5",
"org.typelevel" %% "cats-tagless-macros" % "0.14.0",
"co.fs2" %% "fs2-core" % "3.1.1",
"com.github.valskalla" %% "odin-core" % "0.12.0",
Expand Down Expand Up @@ -112,7 +112,7 @@ lazy val bootstrap = project
scalaVersion := "3.0.0",
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.6.1",
"org.typelevel" %% "cats-effect" % "3.2.4",
"org.typelevel" %% "cats-effect" % "3.2.5",
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
"com.softwaremill.sttp.client3" %% "core" % "3.3.13",
"com.softwaremill.sttp.client3" %% "circe" % "3.3.13",
Expand Down

0 comments on commit 9e23b59

Please sign in to comment.