Skip to content

Commit 7e5c040

Browse files
committed
Vert.x 4.0.0 release
1 parent 83f82f7 commit 7e5c040

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Artifacts are published [here](https://search.maven.org/artifact/io.reactiverse/
1212

1313
| Project | Vert.x | AWS sdk |
1414
| ------- | ------ | ------- |
15-
| 1.0.0 | 4.0.0 | 2.15.40 |
15+
| 1.0.0 | 4.0.0 | 2.15.45 |
1616
| 0.7.0 | 3.9.4 | 2.15.23 |
1717
| 0.6.0 | 3.9.2 | 2.14.7 |
1818
| 0.5.1 | 3.9.2 | 2.13.6 |

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
val vertxVersion = "4.0.0.CR2"
2-
val awsSdkVersion = "2.15.40"
1+
val vertxVersion = "4.0.0"
2+
val awsSdkVersion = "2.15.45"
33
val junit5Version = "5.7.0"
44
val logbackVersion = "1.2.3"
55
val integrationOption = "tests.integration"
66

77
group = "io.reactiverse"
8-
version = "0.7.0"
8+
version = "1.0.0"
99

1010
plugins {
1111
`java-library`

0 commit comments

Comments
 (0)