Skip to content

Commit bcf7294

Browse files
authored
Merge pull request #1939 from Baeldung/update/zio-metrics-connectors-2.4.0
Update zio-metrics-connectors, ... from 2.3.1 to 2.4.0
2 parents a5c2d08 + 397152c commit bcf7294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ lazy val zio2 = (project in file("zio-2"))
730730
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6",
731731
// used in the article, but can't work with zio-logging-slf4j2 dependency
732732
// libraryDependencies += "dev.zio" %% "zio-logging-slf4j2-bridge" % "2.1.10",
733-
libraryDependencies += "dev.zio" %% "zio-metrics-connectors" % "2.3.1",
734-
libraryDependencies += "dev.zio" %% "zio-metrics-connectors-prometheus" % "2.3.1",
733+
libraryDependencies += "dev.zio" %% "zio-metrics-connectors" % "2.4.0",
734+
libraryDependencies += "dev.zio" %% "zio-metrics-connectors-prometheus" % "2.4.0",
735735
libraryDependencies ++= scalaTestDeps,
736736
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
737737
)

0 commit comments

Comments
 (0)