Skip to content

Commit

Permalink
Update cats-effect to 2.1.4 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 12, 2020
1 parent 6c0118d commit dd55f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lazy val commonSettings = Seq(
scalacOptions ~= (_ filterNot Set("-Xfuture", "-Xfatal-warnings").contains),
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.1.1",
"org.typelevel" %% "cats-effect" % "2.1.3",
"org.typelevel" %% "cats-effect" % "2.1.4",
"io.higherkindness" %% "droste-core" % "0.8.0",
"io.higherkindness" %% "droste-macros" % "0.8.0",
"org.apache.avro" % "avro" % "1.10.0",
Expand Down

0 comments on commit dd55f5b

Please sign in to comment.