Skip to content

Commit

Permalink
Merge pull request #102 from NthPortal/otel4s-0.8
Browse files Browse the repository at this point in the history
Update otel4s to 0.8.0
  • Loading branch information
NthPortal authored Jun 5, 2024
2 parents 85c7af1 + 4695231 commit 5e60e34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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.7" // your current series x.y
ThisBuild / tlBaseVersion := "0.8" // your current series x.y

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

val catsV = "2.10.0"
val catsEffectV = "3.5.4"
val http4sV = "0.23.27"
val munitV = "1.0.0"
val munitCatsEffectV = "2.0.0-RC1"
val openTelemetryV = "1.37.0"
val otel4sV = "0.7.0"
val otel4sV = "0.8.0"
val slf4jV = "1.7.36"

// Projects
Expand All @@ -35,7 +34,6 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "http4s-otel4s-middleware",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsV,
"org.typelevel" %%% "cats-effect" % catsEffectV,
"org.http4s" %%% "http4s-client" % http4sV,
"org.typelevel" %%% "otel4s-core-metrics" % otel4sV,
Expand Down

0 comments on commit 5e60e34

Please sign in to comment.