File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ With Gradle from repo.spring.io or Maven Central repositories:
1717 }
1818
1919 dependencies {
20- //implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.3.0 -SNAPSHOT"
21- implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.3.0-RC5 "
20+ //implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.3.1 -SNAPSHOT"
21+ implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.3.0"
2222 }
2323```
2424
@@ -28,7 +28,7 @@ With Maven from Maven Central repositories (stable releases):
2828<dependency >
2929 <groupId >io.projectreactor.kotlin</groupId >
3030 <artifactId >reactor-kotlin-extensions</artifactId >
31- <version >1.3.0-RC5 </version >
31+ <version >1.3.0</version >
3232</dependency >
3333```
3434
@@ -41,7 +41,7 @@ Or from repo.spring.io with access to SNAPSHOT:
4141 <dependency >
4242 <groupId >io.projectreactor.kotlin</groupId >
4343 <artifactId >reactor-kotlin-extensions</artifactId >
44- <version >1.3.0 -SNAPSHOT</version >
44+ <version >1.3.1 -SNAPSHOT</version >
4545 </dependency >
4646
4747</dependencies >
Original file line number Diff line number Diff line change 1- version =1.3.0-SNAPSHOT
1+ version =1.3.0
Original file line number Diff line number Diff line change 11[versions ]
2- reactorCore = " 3.8.0-SNAPSHOT "
3- reactorAddons = " 3.6.0-SNAPSHOT "
2+ reactorCore = " 3.8.0"
3+ reactorAddons = " 3.6.0"
44# Other shared versions
55kotlin = " 2.2.21"
66
You can’t perform that action at this time.
0 commit comments