Skip to content

Commit

Permalink
Drop support for zio1-opentelemetry
Browse files Browse the repository at this point in the history
- Not compatible with latest zio1 1.0.18
  • Loading branch information
kciesielski committed Jul 4, 2023
1 parent 1733c44 commit c4cee56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 187 deletions.
19 changes: 1 addition & 18 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,11 @@ val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec",
"org.scalatest" %%% s"scalatest-$m" % "3.2.16" % Test
)

val zio1Version = "1.0.17"
val zio1Version = "1.0.18"
val zio2Version = "2.0.14"
val zio1InteropRsVersion = "1.3.12"
val zio2InteropRsVersion = "2.0.2"


val sttpModelVersion = "1.6.0"
val sttpSharedVersion = "1.3.15"

Expand Down Expand Up @@ -217,7 +216,6 @@ lazy val allAggregates = projectsWithOptionalNative ++
playJson.projectRefs ++
prometheusBackend.projectRefs ++
openTelemetryMetricsBackend.projectRefs ++
openTelemetryTracingZio1Backend.projectRefs ++
openTelemetryTracingZioBackend.projectRefs ++
finagleBackend.projectRefs ++
armeriaBackend.projectRefs ++
Expand Down Expand Up @@ -913,21 +911,6 @@ lazy val openTelemetryMetricsBackend = (projectMatrix in file("observability/ope
.jvmPlatform(scalaVersions = scala2 ++ scala3)
.dependsOn(core)

lazy val openTelemetryTracingZio1Backend = (projectMatrix in file("observability/opentelemetry-tracing-zio1-backend"))
.settings(commonJvmSettings)
.settings(
name := "opentelemetry-tracing-zio1-backend",
libraryDependencies ++= Seq(
"dev.zio" %% "zio-opentelemetry" % "1.0.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0",
"io.opentelemetry" % "opentelemetry-sdk-testing" % openTelemetryVersion % Test
),
scalaTest
)
.jvmPlatform(scalaVersions = scala2 ++ scala3)
.dependsOn(zio1 % compileAndTest)
.dependsOn(core)

lazy val openTelemetryTracingZioBackend = (projectMatrix in file("observability/opentelemetry-tracing-zio-backend"))
.settings(commonJvmSettings)
.settings(
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c4cee56

Please sign in to comment.