Skip to content

Commit 1d9c188

Browse files
committed
update xml
1 parent 41fe4b9 commit 1d9c188

File tree

1 file changed

+2
-2
lines changed
  • core-kotlin-modules/core-kotlin-collections-6

1 file changed

+2
-2
lines changed

core-kotlin-modules/core-kotlin-collections-6/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>io.reactivex.rxjava3</groupId>
1919
<artifactId>rxkotlin</artifactId>
20-
<version>3.0.1</version>
20+
<version>${rxkotlin.version}</version>
2121
<scope>runtime</scope>
2222
</dependency>
2323

2424
</dependencies>
2525

2626
<properties>
27-
<rxkotlin.version>2.3.0</rxkotlin.version>
27+
<rxkotlin.version>3.0.1</rxkotlin.version>
2828
</properties>
2929

3030
</project>

0 commit comments

Comments
 (0)