Update cats-effect to 1.3.1 (#39)
This commit is contained in:
parent
96fc2812dd
commit
e5078fd0b6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ val loggingSettings = Seq(
|
|||
)
|
||||
val catsEffectsSettings = Seq(
|
||||
libraryDependencies ++= Seq(
|
||||
"org.typelevel" %% "cats-effect" % "1.2.0"
|
||||
"org.typelevel" %% "cats-effect" % "1.3.1"
|
||||
),
|
||||
// recommended for cats-effects
|
||||
scalacOptions ++= Seq(
|
||||
|
|
Loading…
Reference in a new issue