We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f21b98 commit cd0e5a8Copy full SHA for cd0e5a8
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val catsEffect = "org.typelevel" %% "cats-effect" % "2.3.3"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "2.4.0"
6
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
7
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
8
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
0 commit comments