Skip to content

Commit

Permalink
Merge pull request #529 from scala-steward/update/cats-effect-2.5.0
Browse files Browse the repository at this point in the history
Update cats-effect from 2.4.1 to 2.5.0
  • Loading branch information
mergify[bot] authored Apr 20, 2021
2 parents 1f2ddb6 + 3da6960 commit 4675daf
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.4.1"
val catsEffect = "org.typelevel" %% "cats-effect" % "2.5.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 4675daf

Please sign in to comment.