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"))
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 )
You can’t perform that action at this time.
0 commit comments