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 @@ -685,8 +685,8 @@ lazy val zio2 = (project in file("zio-2"))
685
685
libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.5.6" ,
686
686
// used in the article, but can't work with zio-logging-slf4j2 dependency
687
687
// libraryDependencies += "dev.zio" %% "zio-logging-slf4j2-bridge" % "2.1.10",
688
- libraryDependencies += " dev.zio" %% " zio-metrics-connectors" % " 2.1.0 " ,
689
- libraryDependencies += " dev.zio" %% " zio-metrics-connectors-prometheus" % " 2.1.0 " ,
688
+ libraryDependencies += " dev.zio" %% " zio-metrics-connectors" % " 2.3.1 " ,
689
+ libraryDependencies += " dev.zio" %% " zio-metrics-connectors-prometheus" % " 2.3.1 " ,
690
690
libraryDependencies ++= scalaTestDeps,
691
691
testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" )
692
692
)
You can’t perform that action at this time.
0 commit comments