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.
2 parents 1f2ddb6 + 3da6960 commit 4675dafCopy full SHA for 4675daf
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val catsEffect = "org.typelevel" %% "cats-effect" % "2.4.1"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "2.5.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