Skip to content

Commit b241b45

Browse files
committed
build script dependencies is updated
1 parent b7aff9d commit b241b45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

1414
dependencies {
15-
library("io.activej:activej-http:6.0-rc2")
15+
constraints {
16+
implementation("io.activej:activej-http:6.0-rc2")
17+
}
18+
implementation("io.activej:activej-http")
1619
}

0 commit comments

Comments
 (0)