Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
slisaasquatch committed Jan 30, 2024
1 parent ad94ef4 commit 83f05aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Expand Up @@ -16,10 +16,11 @@ repositories {
}

dependencies {
api 'org.reactivestreams:reactive-streams:1.0.4'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
api 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
api 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testImplementation 'com.google.guava:guava:33.0.0-jre'
Expand Down

0 comments on commit 83f05aa

Please sign in to comment.