File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
18
18
}
19
19
20
20
dependencies {
21
- //implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2 -SNAPSHOT"
22
- implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.1 "
21
+ //implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3 -SNAPSHOT"
22
+ implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2 "
23
23
}
24
24
```
25
25
@@ -42,7 +42,7 @@ Or from repo.spring.io with access to SNAPSHOT:
42
42
<dependency >
43
43
<groupId >io.projectreactor.kotlin</groupId >
44
44
<artifactId >reactor-kotlin-extensions</artifactId >
45
- <version >1.2.1 </version >
45
+ <version >1.2.2 </version >
46
46
</dependency >
47
47
48
48
</dependencies >
Original file line number Diff line number Diff line change 1
- version =1.2.2-SNAPSHOT
1
+ version =1.2.2
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- reactorCore = " 3.5.2-SNAPSHOT "
3
- reactorAddons = " 3.5.1-SNAPSHOT "
2
+ reactorCore = " 3.5.4 "
3
+ reactorAddons = " 3.5.1"
4
4
# Other shared versions
5
5
kotlin = " 1.7.0"
6
6
You can’t perform that action at this time.
0 commit comments