Skip to content

Commit

Permalink
Update otel4s to 0.6.0
Browse files Browse the repository at this point in the history
Update otel4s to 0.6.0 and oteljava to 1.37.0.
  • Loading branch information
NthPortal committed May 6, 2024
1 parent d301be2 commit b50fffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.typesafe.tools.mima.core._

ThisBuild / tlBaseVersion := "0.4" // your current series x.y
ThisBuild / tlBaseVersion := "0.5" // your current series x.y

ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers += tlGitHubDev("rossabaker", "Ross A. Baker")
Expand All @@ -21,8 +21,8 @@ val catsEffectV = "3.5.4"
val http4sV = "0.23.27"
val munitV = "1.0.0-RC1"
val munitCatsEffectV = "2.0.0-M5"
val openTelemetryV = "1.36.0"
val otel4sV = "0.5.0"
val openTelemetryV = "1.37.0"
val otel4sV = "0.6.0"
val slf4jV = "1.7.36"

// Projects
Expand Down

0 comments on commit b50fffa

Please sign in to comment.