File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -730,8 +730,8 @@ lazy val zio2 = (project in file("zio-2"))
730
730
libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.5.6" ,
731
731
// used in the article, but can't work with zio-logging-slf4j2 dependency
732
732
// 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 " ,
735
735
libraryDependencies ++= scalaTestDeps,
736
736
testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" )
737
737
)
You can’t perform that action at this time.
0 commit comments