We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bd6a1 commit b531ed9Copy full SHA for b531ed9
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
val prometheus = "io.prometheus" % "simpleclient" % prometheusVersion
7
val prometheusCommon = "io.prometheus" % "simpleclient_common" % prometheusVersion
8
val scalatest = "org.scalatest" %% "scalatest" % "3.2.7"
9
- val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.1.5"
+ val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.2.2"
10
val http4s = "org.http4s" %% "http4s-core" % "0.21.22"
11
val doobie = "org.tpolecat" %% "doobie-core" % "0.9.0"
12
0 commit comments