Skip to content

Commit

Permalink
Update cats-effect, cats-effect-laws, ... to 3.3.11 (#446)
Browse files Browse the repository at this point in the history
* Update cats-effect, cats-effect-laws, ... to 3.3.11

* use the newly available advanceAndTick API

Co-authored-by: Brian Holt <bholt@dwolla.com>
  • Loading branch information
scala-steward and bpholt committed May 10, 2022
1 parent f77bfe2 commit d4bf2cf
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 @@ -5,7 +5,7 @@ ThisBuild / tlCiReleaseBranches := Seq()

// For the transition period, we publish artifacts for both cats-effect 2.x and 3.x
val catsEffectVersion = "2.5.4"
val catsEffect3Version = "3.2.9"
val catsEffect3Version = "3.3.11"

val utilVersion = "21.8.0"
val finagleVersion = "21.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trait Runners { self: EqInstances =>
case Right(a) => results = Outcome.Succeeded(Some(a))
}(unsafe.IORuntime(ticker.ctx, ticker.ctx, scheduler, () => (), IORuntimeConfig()))

ticker.ctx.tickAll(1.days)
ticker.ctx.advanceAndTick(1.days)

results
} catch {
Expand Down

0 comments on commit d4bf2cf

Please sign in to comment.