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 b9533d8 commit d110cceCopy full SHA for d110cce
README.md
@@ -8,7 +8,7 @@ Library for interoperation between RxJava 3 and Project Loom's Fibers.
8
```groovy
9
10
dependencies {
11
- implementation "com.github.akarnokd:rxjava3-fiber-interop:0.0.6"
+ implementation "com.github.akarnokd:rxjava3-fiber-interop:0.0.7"
12
}
13
```
14
gradle.properties
@@ -1,8 +1,8 @@
1
org.gradle.jvmargs=-XX:+IgnoreUnrecognizedVMOptions --permit-illegal-access --show-version
2
3
GROUP=com.github.akarnokd
4
-VERSION_NAME=0.0.6
5
-version=0.0.6
+VERSION_NAME=0.0.7
+version=0.0.7
6
7
POM_ARTIFACT_ID=rxjava3-fiber-interop
POM_NAME=RxJava 3 Fiber Interop
0 commit comments