Update cats-effect to 1.3.1 (#39)

This commit is contained in:
Scala Steward 2019-06-07 22:03:45 +02:00 committed by Paul Campbell
parent 96fc2812dd
commit e5078fd0b6

View file

@ -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(