Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.17 (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 17, 2023
1 parent 52322c8 commit 8c351e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inThisBuild(
List(
name := "ZIO Telemetry",
organization := "dev.zio",
zioVersion := "2.0.16",
zioVersion := "2.0.17",
homepage := Some(url("https://zio.dev/zio-telemetry/")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val opentelemetry = "1.30.1"
val opencensus = "0.31.1"
val scalaCollectionCompat = "2.11.0"
val zio = "2.0.16"
val zio = "2.0.17"
}

object Orgs {
Expand Down

0 comments on commit 8c351e9

Please sign in to comment.