From abe8c1bfd39a6850e0592a0d74ae3e3dabb52d75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 Jul 2022 18:13:03 +0000 Subject: [PATCH] Update telemetry-core, ... to 0.15.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f1e8a91e..fbad498e 100644 --- a/build.sbt +++ b/build.sbt @@ -274,8 +274,8 @@ lazy val newrelic = project "io.circe" %% "circe-core" % "0.14.1", "org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatVersion, "com.newrelic.telemetry" % "telemetry" % "0.10.0", - "com.newrelic.telemetry" % "telemetry-core" % "0.12.0", - "com.newrelic.telemetry" % "telemetry-http-okhttp" % "0.12.0" + "com.newrelic.telemetry" % "telemetry-core" % "0.15.0", + "com.newrelic.telemetry" % "telemetry-http-okhttp" % "0.15.0" ) )