Skip to content

Commit

Permalink
Merge pull request #149 from lenguyenthanh/bump-otel4s
Browse files Browse the repository at this point in the history
Bump otel4s 0.11.0 and cats-effect 3.5.5
  • Loading branch information
NthPortal authored Nov 7, 2024
2 parents ebf72ea + e5ff1ba commit 8c721cf
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.9" // your current series x.y
ThisBuild / tlBaseVersion := "0.10" // your current series x.y

ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers += tlGitHubDev("rossabaker", "Ross A. Baker")
Expand All @@ -16,12 +16,12 @@ ThisBuild / scalaVersion := scala213
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / tlJdkRelease := Some(8)

val catsEffectV = "3.5.4"
val catsEffectV = "3.5.5"
val http4sV = "0.23.29"
val munitV = "1.0.0"
val munitCatsEffectV = "2.0.0"
val openTelemetryV = "1.42.1"
val otel4sV = "0.10.0"
val otel4sV = "0.11.0"
val slf4jV = "1.7.36"

val baseName = "http4s-otel4s-middleware"
Expand Down

0 comments on commit 8c721cf

Please sign in to comment.