Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import sbt.*

object Dependencies {

val catsHelper = "com.evolutiongaming" %% "cats-helper" % "3.12.0"
val catsHelperLogback = "com.evolutiongaming" %% "cats-helper-logback" % "3.12.0"

val catsHelper = "com.evolutiongaming" %% "cats-helper" % "3.12.2"
val catsHelperLogback = "com.evolutiongaming" %% "cats-helper-logback" % "3.12.2"
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.3.4"
val scache = "com.evolution" %% "scache" % "5.1.4"
val skafka = "com.evolutiongaming" %% "skafka" % "17.2.2"
Expand Down
Loading