Skip to content

Commit 65dab67

Browse files
authored
latest pekko-http release
1 parent c84cd26 commit 65dab67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

instrumentation/pekko/pekko-http-1.0/javaagent/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ muzzle {
99
module.set("pekko-http_2.12")
1010
versions.set("[1.0,)")
1111
assertInverse.set(true)
12-
extraDependency("org.apache.pekko:pekko-stream_2.12:1.0.1")
12+
extraDependency("org.apache.pekko:pekko-stream_2.12:1.1.1")
1313
}
1414
pass {
1515
group.set("org.apache.pekko")
1616
module.set("pekko-http_2.13")
1717
versions.set("[1.0,)")
1818
assertInverse.set(true)
19-
extraDependency("org.apache.pekko:pekko-stream_2.13:1.0.1")
19+
extraDependency("org.apache.pekko:pekko-stream_2.13:1.1.1")
2020
}
2121
}
2222

2323
dependencies {
24-
library("org.apache.pekko:pekko-http_2.12:1.0.0")
25-
library("org.apache.pekko:pekko-stream_2.12:1.0.1")
24+
library("org.apache.pekko:pekko-http_2.12:1.1.0-M1")
25+
library("org.apache.pekko:pekko-stream_2.12:1.1.1")
2626

2727
testInstrumentation(project(":instrumentation:pekko:pekko-actor-1.0:javaagent"))
2828
testInstrumentation(project(":instrumentation:executors:javaagent"))

0 commit comments

Comments
 (0)