Skip to content

Commit

Permalink
Merge pull request #88 from NthPortal/update-otel4s-0.7.0
Browse files Browse the repository at this point in the history
Update otel4s to 0.7.0
  • Loading branch information
NthPortal committed May 6, 2024
2 parents 713caab + e16e8a2 commit 451fdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.5" // your current series x.y
ThisBuild / tlBaseVersion := "0.6" // your current series x.y

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

// Projects
Expand Down

0 comments on commit 451fdb4

Please sign in to comment.