Skip to content

Commit

Permalink
chore: Update cats-effect to 2.1.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 10, 2020
1 parent babea79 commit 3fe116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val catsCore = "org.typelevel" %% "cats-core" % "2.1.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "2.1.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "2.1.1"
lazy val catsMtl = "org.typelevel" %% "cats-mtl-core" % "0.7.0"
lazy val circeCore = "io.circe" %% "circe-core" % "0.12.3"
lazy val circeLiteral = "io.circe" %% "circe-literal" % "0.12.3" // used for test only
Expand Down

0 comments on commit 3fe116b

Please sign in to comment.