Skip to content

Commit

Permalink
Bump otel4s 0.11.0 and cats-effect 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Nov 6, 2024
1 parent ebf72ea commit 9f50671
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
Expand Up @@ -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 9f50671

Please sign in to comment.