File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ and interactive dataflows.**
18
18
19
19
``` groovy
20
20
dependencies {
21
- compile 'com.github.akarnokd:ixjava:1.0.0-RC1 '
21
+ compile 'com.github.akarnokd:ixjava:1.0.0-RC2 '
22
22
}
23
23
```
24
24
25
25
** ivy**
26
26
27
27
``` xml
28
28
<dependencies >
29
- <dependency org =" com.github.akarnokd" name =" ixjava" rev =" 1.0.0-RC1 " />
29
+ <dependency org =" com.github.akarnokd" name =" ixjava" rev =" 1.0.0-RC2 " />
30
30
</dependencies >
31
31
```
32
32
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ apply plugin: 'osgi'
44
44
dependencies {
45
45
signature ' org.codehaus.mojo.signature:java16:1.1@signature'
46
46
47
- compile " io.reactivex:rxjava:1.1.7 "
47
+ compile " io.reactivex:rxjava:1.1.9 "
48
48
49
49
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
50
50
}
@@ -89,7 +89,7 @@ publishing {
89
89
}
90
90
91
91
jmh {
92
- jmhVersion = ' 1.11.3 '
92
+ jmhVersion = ' 1.13 '
93
93
humanOutputFile = null
94
94
if (project. hasProperty(' jmh' )) {
95
95
include = " .*" + project. jmh + " .*"
Original file line number Diff line number Diff line change 1
- version =1.0.0-RC1
1
+ version =1.0.0-RC2
You can’t perform that action at this time.
0 commit comments