Skip to content

Commit 70d925b

Browse files
committed
Upgrade and release 3.0.0-RC8
1 parent c589d2e commit 70d925b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Bridge between Java 6 Swing (GUI) events and RxJava 3 + a scheduler for the swin
1616

1717
```
1818
dependencies {
19-
compile "com.github.akarnokd:rxjava3-swing:3.0.0-RC7"
19+
compile "com.github.akarnokd:rxjava3-swing:3.0.0-RC8"
2020
}
2121
```
2222

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
implementation "io.reactivex.rxjava3:rxjava:$rxjavaVersion"
5353

54-
testImplementation group: 'junit', name: 'junit', version: '4.12'
54+
testImplementation group: 'junit', name: 'junit', version: '4.13'
5555
}
5656

5757
apply plugin: 'biz.aQute.bnd.builder'

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.github.akarnokd
2-
VERSION_NAME=3.0.0-RC7
3-
version=3.0.0-RC7
2+
VERSION_NAME=3.0.0-RC8
3+
version=3.0.0-RC8
44

55
POM_ARTIFACT_ID=rxjava3-swing
66
POM_NAME=Bridge between Java 6 Swing (GUI) events and RxJava 3 + a scheduler for the swing event dispatch thread.

0 commit comments

Comments
 (0)