Skip to content

Commit

Permalink
Reintroduce cats-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Nov 9, 2023
1 parent a70b26c commit d0d6905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ object Dependencies {
// Scala
val cats = "2.9.0"
val catsEffect = "3.5.0"
val catsRetry = "3.1.0"
val fs2 = "3.7.0"
val log4cats = "2.6.0"
val http4s = "0.23.15"
Expand Down Expand Up @@ -55,6 +56,7 @@ object Dependencies {
val cats = "org.typelevel" %% "cats-core" % V.cats
val fs2 = "co.fs2" %% "fs2-core" % V.fs2
val log4cats = "org.typelevel" %% "log4cats-slf4j" % V.log4cats
val catsRetry = "com.github.cb372" %% "cats-retry" % V.catsRetry
val emberServer = "org.http4s" %% "http4s-ember-server" % V.http4s
val decline = "com.monovore" %% "decline-effect" % V.decline
val circeConfig = "io.circe" %% "circe-config" % V.circeConfig
Expand Down Expand Up @@ -110,6 +112,7 @@ object Dependencies {
catsEffectKernel,
fs2,
log4cats,
catsRetry,
specs2,
catsEffectSpecs2,
catsEffectTestkit,
Expand Down

0 comments on commit d0d6905

Please sign in to comment.