Skip to content

Commit 35ac670

Browse files
committed
bump pekko-http version
1 parent eee3e09 commit 35ac670

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

build.sbt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ lazy val `kamon-pekko` = (project in file("instrumentation/kamon-pekko"))
559559
`kamon-testkit` % "test"
560560
)
561561

562-
lazy val pekkoHttpVersion = "1.0.0"
562+
lazy val pekkoHttpVersion = "1.1.0"
563563

564564
lazy val `kamon-pekko-http` = (project in file("instrumentation/kamon-pekko-http"))
565565
.enablePlugins(JavaAgent)
@@ -570,13 +570,13 @@ lazy val `kamon-pekko-http` = (project in file("instrumentation/kamon-pekko-http
570570
libraryDependencies ++= Seq(
571571
kanelaAgent % "provided",
572572
"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion % "provided",
573-
"org.apache.pekko" %% "pekko-stream" % "1.0.1" % "provided",
573+
"org.apache.pekko" %% "pekko-stream" % "1.1.2" % "provided",
574574
scalatest % "test",
575575
slf4jApi % "test",
576576
slf4jnop % "test",
577577
okHttp % "test",
578578
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % "test",
579-
"com.github.pjfanning" %% "pekko-http-json4s" % "2.0.0" % "test",
579+
"com.github.pjfanning" %% "pekko-http-json4s" % "3.0.0" % "test",
580580
"org.json4s" %% "json4s-native" % "4.0.6" % "test",
581581
),
582582
)).dependsOn(`kamon-pekko`, `kamon-testkit` % "test")
@@ -592,12 +592,12 @@ lazy val `kamon-pekko-grpc` = (project in file("instrumentation/kamon-pekko-grpc
592592
kanelaAgent % "provided",
593593

594594
"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion % "provided",
595-
"org.apache.pekko" %% "pekko-stream" % "1.0.1" % "provided",
596-
"org.apache.pekko" %% "pekko-discovery"% "1.0.0" % "provided",
595+
"org.apache.pekko" %% "pekko-stream" % "1.1.2" % "provided",
596+
"org.apache.pekko" %% "pekko-discovery"% "1.1.2" % "provided",
597597

598-
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.8" % "provided",
599-
"org.apache.pekko" %% "pekko-grpc-runtime" % "1.0.0" % "provided",
600-
"io.grpc" % "grpc-stub" % "1.43.2" % "provided",
598+
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.17" % "provided",
599+
"org.apache.pekko" %% "pekko-grpc-runtime" % "1.1.0-M1" % "provided",
600+
"io.grpc" % "grpc-stub" % "1.68.0" % "provided",
601601

602602

603603
scalatest % "test",

instrumentation/kamon-pekko/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ inConfig(Compile)(Defaults.compileSettings ++ Seq(
66
lazy val Pekko1_0Test = config("test-pekko-1.0") extend (Test)
77
lazy val Pekko1_1Test = config("test-pekko-1.1") extend (Test)
88

9-
val pekko1_0_Version = "1.1.1+26-bc32e04b-SNAPSHOT"
9+
val pekko1_0_Version = "1.1.2"
1010
val pekko1_1_Version = "1.0.3"
11-
resolvers += "Apache Pekko Snapshots" at "https://repository.apache.org/content/groups/snapshots"
1211
libraryDependencies ++= {
1312
if (scalaBinaryVersion.value == "2.11") Seq.empty
1413
else Seq(

0 commit comments

Comments
 (0)