Skip to content

Commit

Permalink
Upgrade cats-effect (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 authored Jun 6, 2021
1 parent 9f74662 commit 0fa920f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cats/shared/src/test/scala/caseapp/cats/CatsTests.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package caseapp.cats

import _root_.cats.effect._
import _root_.cats.effect.concurrent.Ref
import _root_.cats.effect.unsafe.implicits.global
import _root_.cats.data.NonEmptyList
import caseapp._
import caseapp.core.help.{CommandsHelp, Help}
Expand Down
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Deps {

import Def.setting

def catsEffect = setting("org.typelevel" %%% "cats-effect" % "2.5.1")
def catsEffect = setting("org.typelevel" %%% "cats-effect" % "3.1.1")
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.5"
def macroParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.patch
def refined = setting("eu.timepit" %%% "refined" % "0.9.26")
Expand Down

0 comments on commit 0fa920f

Please sign in to comment.