Skip to content

Commit

Permalink
Update cats-effect to 3.4.10 (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 4, 2023
1 parent f94a2cb commit 2444eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Expand Up @@ -5,7 +5,7 @@ object Deps {
def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M24"
def catsCore = ivy"org.typelevel::cats-core:${Versions.cats}"
def catsFree = ivy"org.typelevel::cats-free:${Versions.cats}"
def catsEffect = ivy"org.typelevel::cats-effect::3.4.8"
def catsEffect = ivy"org.typelevel::cats-effect::3.4.10"
def classPathUtil = ivy"io.get-coursier::class-path-util:0.1.2"
def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat::2.10.0"
def concurrentReferenceHashMap =
Expand Down

0 comments on commit 2444eeb

Please sign in to comment.