Skip to content

Commit e55041b

Browse files
committed
feat: dep
1 parent 6e3cc31 commit e55041b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ dependencies {
4343
testImplementation("org.slf4j:jcl-over-slf4j:2.0.7")
4444
testImplementation("org.slf4j:jul-to-slf4j:2.0.7")
4545
//
46+
implementation(platform("org.asynchttpclient:async-http-client-bom:2.12.3"))
47+
implementation("org.asynchttpclient:async-http-client")
48+
//
4649
implementation(platform("io.netty:netty-bom:4.1.107.Final"))
4750
}
4851

0 commit comments

Comments
 (0)