Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.15 (#712)
Browse files Browse the repository at this point in the history
* Update zio, zio-test, zio-test-sbt to 2.0.15

* Update Scala3 version to 3.3.0

---------

Co-authored-by: Michael Nedokushev <grouzen.hexy@gmail.com>
  • Loading branch information
scala-steward and grouzen committed Jun 7, 2023
1 parent 1d21abf commit ca68bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.14",
zioVersion := "2.0.15",
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 All @@ -21,7 +21,7 @@ inThisBuild(
url("https://github.com/runtologist")
)
),
crossScalaVersions := Seq(scala212.value, scala213.value, scala3.value),
crossScalaVersions := Seq(scala212.value, scala213.value, "3.3.0"),
ciEnabledBranches := Seq("series/2.x"),
pgpPassphrase := sys.env.get("PGP_PASSWORD").map(_.toArray),
pgpPublicRing := file("/tmp/public.asc"),
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.26.0"
val opencensus = "0.31.1"
val scalaCollectionCompat = "2.10.0"
val zio = "2.0.14"
val zio = "2.0.15"
}

object Orgs {
Expand Down

0 comments on commit ca68bcf

Please sign in to comment.