File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Library for interoperation between RxJava 3 and Project Loom's Fibers.
8
8
``` groovy
9
9
10
10
dependencies {
11
- implementation "com.github.akarnokd:rxjava3-fiber-interop:0.0.8 "
11
+ implementation "com.github.akarnokd:rxjava3-fiber-interop:0.0.9 "
12
12
}
13
13
```
14
14
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ repositories {
43
43
}
44
44
45
45
dependencies {
46
- implementation " io.reactivex.rxjava3:rxjava:3.0.0-RC7 "
46
+ implementation " io.reactivex.rxjava3:rxjava:3.0.0-RC8 "
47
47
testImplementation ' junit:junit:4.13'
48
48
testImplementation " org.reactivestreams:reactive-streams-tck:1.0.3"
49
49
testImplementation " org.testng:testng:7.1.0"
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-XX:+IgnoreUnrecognizedVMOptions --permit-illegal-access --show-version
2
2
3
3
GROUP =com.github.akarnokd
4
- VERSION_NAME =0.0.8
5
- version =0.0.8
4
+ VERSION_NAME =0.0.9
5
+ version =0.0.9
6
6
7
7
POM_ARTIFACT_ID =rxjava3-fiber-interop
8
8
POM_NAME =RxJava 3 Fiber Interop
You can’t perform that action at this time.
0 commit comments