Skip to content

Commit

Permalink
Update cats-parse_3 to 1.1.0 in main
Browse files Browse the repository at this point in the history
Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledger-bot committed Dec 15, 2024
1 parent a905205 commit bbf837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ lazy val D = new {
val micrometerPrometheusRegistry = "io.micrometer" % "micrometer-core" % V.micrometer
val scalaUri = Seq(
"io.lemonlabs" %% "scala-uri" % V.scalaUri exclude ("org.typelevel", "cats-parse_3"), // Exclude cats-parse to avoid deps conflict
"org.typelevel" % "cats-parse_3" % "1.0.0", // Replace with version 1.0.0
"org.typelevel" % "cats-parse_3" % "1.1.0", // Replace with version 1.0.0
)

val zioConfig: ModuleID = "dev.zio" %% "zio-config" % V.zioConfig
Expand Down

0 comments on commit bbf837b

Please sign in to comment.