We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c46bd commit b288aceCopy full SHA for b288ace
1 file changed
build.sbt
@@ -13,7 +13,7 @@ lazy val root = project.in(file(".")).aggregate(prometheusMetrics).enablePlugins
13
val http4sVersion = "0.23.33"
14
val prometheusVersion = "0.16.0"
15
val munitVersion = "1.2.0"
16
-val munitCatsEffectVersion = "2.1.0"
+val munitCatsEffectVersion = "2.2.0"
17
18
lazy val prometheusMetrics = project
19
.in(file("prometheus-metrics"))
0 commit comments