Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 4, 2023
1 parent 3772ed7 commit b20f32d
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.17",
zioVersion := "2.0.18",
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.17"
val zio = "2.0.18"
}

object Orgs {
Expand Down

0 comments on commit b20f32d

Please sign in to comment.