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 @@ -16,7 +16,7 @@ Bridge between Java 6 Swing (GUI) events and RxJava 3 + a scheduler for the swin
16
16
17
17
```
18
18
dependencies {
19
- compile "com.github.akarnokd:rxjava3-swing:3.0.0-RC4 "
19
+ compile "com.github.akarnokd:rxjava3-swing:3.0.0-RC5 "
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. rxjavaVersion = " 3.0.0-RC4 "
2
+ ext. rxjavaVersion = " 3.0.0-RC5 "
3
3
ext. rxjavaDocVersion = " 3.x"
4
4
ext. licenseVersion = " 0.15.0"
5
5
ext. animalSnifferVersion = " 1.5.0"
Original file line number Diff line number Diff line change 1
1
GROUP =com.github.akarnokd
2
- VERSION_NAME =3.0.0-RC4
3
- version =3.0.0-RC4
2
+ VERSION_NAME =3.0.0-RC5
3
+ version =3.0.0-RC5
4
4
5
5
POM_ARTIFACT_ID =rxjava3-swing
6
6
POM_NAME =Bridge between Java 6 Swing (GUI) events and RxJava 3 + a scheduler for the swing event dispatch thread.
You can’t perform that action at this time.
0 commit comments