Skip to content

Commit 1ac8676

Browse files
committed
update readme
1 parent 6556fad commit 1ac8676

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ repositories {
1616
}
1717
1818
dependencies {
19-
compile 'com.spaceshift:rlib.common:9.7.0'
20-
compile 'com.spaceshift:rlib.fx:9.7.0'
21-
compile 'com.spaceshift:rlib.network:9.7.0'
22-
compile 'com.spaceshift:rlib.mail:9.7.0'
23-
compile 'com.spaceshift:rlib.testcontainers:9.7.0'
19+
compile 'com.spaceshift:rlib.common:9.8.0'
20+
compile 'com.spaceshift:rlib.fx:9.8.0'
21+
compile 'com.spaceshift:rlib.network:9.8.0'
22+
compile 'com.spaceshift:rlib.mail:9.8.0'
23+
compile 'com.spaceshift:rlib.testcontainers:9.8.0'
2424
}
2525
```
2626

@@ -41,27 +41,27 @@ dependencies {
4141
<dependency>
4242
<groupId>com.spaceshift</groupId>
4343
<artifactId>rlib.common</artifactId>
44-
<version>9.7.0</version>
44+
<version>9.8.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.spaceshift</groupId>
4848
<artifactId>rlib.fx</artifactId>
49-
<version>9.7.0</version>
49+
<version>9.8.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.spaceshift</groupId>
5353
<artifactId>rlib.network</artifactId>
54-
<version>9.7.0</version>
54+
<version>9.8.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.spaceshift</groupId>
5858
<artifactId>rlib.mail</artifactId>
59-
<version>9.7.0</version>
59+
<version>9.8.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.spaceshift</groupId>
6363
<artifactId>rlib.testcontainers</artifactId>
64-
<version>9.7.0</version>
64+
<version>9.8.0</version>
6565
</dependency>
6666

6767
```

0 commit comments

Comments
 (0)