Skip to content

Commit

Permalink
Merge 12195fb into 4961eeb
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Jan 13, 2022
2 parents 4961eeb + 12195fb commit 8dfeabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object Dependencies {
val prometheus = "io.prometheus" % "simpleclient" % prometheusVersion
val prometheusCommon = "io.prometheus" % "simpleclient_common" % prometheusVersion
val scalatest = "org.scalatest" %% "scalatest" % "3.2.9"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.0.0"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.0.1"
val http4s = "org.http4s" %% "http4s-core" % "0.23.7"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC1"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC2"

object Cats {
private val version = "2.7.0"
Expand Down

0 comments on commit 8dfeabe

Please sign in to comment.