Skip to content

Commit

Permalink
feat: dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 17, 2024
1 parent 6e3cc31 commit e55041b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ dependencies {
testImplementation("org.slf4j:jcl-over-slf4j:2.0.7")
testImplementation("org.slf4j:jul-to-slf4j:2.0.7")
//
implementation(platform("org.asynchttpclient:async-http-client-bom:2.12.3"))
implementation("org.asynchttpclient:async-http-client")
//
implementation(platform("io.netty:netty-bom:4.1.107.Final"))
}

Expand Down

0 comments on commit e55041b

Please sign in to comment.