Skip to content

Commit

Permalink
Merge pull request #898 from typelevel/update/telemetry-core-0.16.0
Browse files Browse the repository at this point in the history
Update telemetry-core, ... to 0.16.0
  • Loading branch information
mpilquist authored Nov 5, 2023
2 parents 1c27cfd + 448862a commit 593a3a1
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 @@ -270,8 +270,8 @@ lazy val newrelic = project
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.5",
"com.newrelic.telemetry" % "telemetry" % "0.10.0",
"com.newrelic.telemetry" % "telemetry-core" % "0.15.0",
"com.newrelic.telemetry" % "telemetry-http-okhttp" % "0.15.0"
"com.newrelic.telemetry" % "telemetry-core" % "0.16.0",
"com.newrelic.telemetry" % "telemetry-http-okhttp" % "0.16.0"
)
)

Expand Down

0 comments on commit 593a3a1

Please sign in to comment.