Skip to content

Commit 7396363

Browse files
committed
build script dependencies is updated to use implementation
1 parent b7aff9d commit 7396363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/activej-http-6.0/javaagent/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ muzzle {
1212
}
1313

1414
dependencies {
15-
library("io.activej:activej-http:6.0-rc2")
15+
implementation("io.activej:activej-http:6.0-rc2")
1616
}

0 commit comments

Comments
 (0)