Skip to content

Commit

Permalink
Merge pull request #316 from scala-steward/update/cats-effect-2.2.0
Browse files Browse the repository at this point in the history
Update cats-effect to 2.2.0
  • Loading branch information
mergify[bot] authored Sep 7, 2020
2 parents 48ff6a7 + 8a20518 commit 9d2d83d
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 {

val catsEffect = "org.typelevel" %% "cats-effect" % "2.1.4"
val catsEffect = "org.typelevel" %% "cats-effect" % "2.2.0"
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
Expand Down

0 comments on commit 9d2d83d

Please sign in to comment.