We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac09cec commit a985be0Copy full SHA for a985be0
Assignment-2/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation 'io.vertx:vertx-core:4.3.1'
11
implementation 'io.vertx:vertx-web:4.3.1'
12
implementation 'io.vertx:vertx-web-client:4.3.1'
13
- implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
+ implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
14
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.24.2'
15
testImplementation 'junit:junit:4.13.2'
16
implementation 'com.google.guava:guava:31.1-jre'
0 commit comments