File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
instrumentation/pekko/pekko-http-1.0/javaagent Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2323dependencies {
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" ))
You can’t perform that action at this time.
0 commit comments