Skip to content

Commit

Permalink
Fix 2.12 test compilation
Browse files Browse the repository at this point in the history
Remove stack size override as it didn't help
  • Loading branch information
ybasket committed Oct 9, 2023
1 parent 8b51457 commit d78e521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .jvmopts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class PrometheusExemplarsSuite extends CatsEffectSuite {
registry <- Prometheus.collectorRegistry[IO]
metrics <- Prometheus
.metricsOpsWithExemplars[IO](registry, IO.pure(Some(exemplar)), "exemplars")
} yield (registry, Metrics(metrics)(client))
} yield (registry, Metrics[IO](metrics)(client))
}

def meteredClient(
Expand Down

0 comments on commit d78e521

Please sign in to comment.