Skip to content

Commit

Permalink
use newest cats-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-bielski committed Aug 12, 2024
1 parent a5be568 commit 5f19b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ object Dependencies {

val `config-tools` = "com.evolutiongaming" %% "config-tools" % "1.0.5"
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7"
// TODO: `3.10.6-SNAPSHOT` is a local release, remote release depends on https://github.com/evolution-gaming/cats-helper/pull/288
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.6-SNAPSHOT"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0"
val `testcontainers-kafka` = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.0"
val `play-json-jsoniter` = "com.evolution" %% "play-json-jsoniter" % "1.0.0"
val `scala-java8-compat` = "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class KafkaHealthCheckSpec extends AsyncFunSuite with Matchers {
import KafkaHealthCheckSpec._

test("error") {
implicit val log = Log.empty[IO]
implicit val log: Log[IO] = Log.empty[IO]

val producer = new KafkaHealthCheck.Producer[IO] {
def send(record: Record) = ().pure[IO]
Expand Down

0 comments on commit 5f19b44

Please sign in to comment.