We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f82f7 commit 7e5c040Copy full SHA for 7e5c040
README.md
@@ -12,7 +12,7 @@ Artifacts are published [here](https://search.maven.org/artifact/io.reactiverse/
12
13
| Project | Vert.x | AWS sdk |
14
| ------- | ------ | ------- |
15
-| 1.0.0 | 4.0.0 | 2.15.40 |
+| 1.0.0 | 4.0.0 | 2.15.45 |
16
| 0.7.0 | 3.9.4 | 2.15.23 |
17
| 0.6.0 | 3.9.2 | 2.14.7 |
18
| 0.5.1 | 3.9.2 | 2.13.6 |
build.gradle.kts
@@ -1,11 +1,11 @@
1
-val vertxVersion = "4.0.0.CR2"
2
-val awsSdkVersion = "2.15.40"
+val vertxVersion = "4.0.0"
+val awsSdkVersion = "2.15.45"
3
val junit5Version = "5.7.0"
4
val logbackVersion = "1.2.3"
5
val integrationOption = "tests.integration"
6
7
group = "io.reactiverse"
8
-version = "0.7.0"
+version = "1.0.0"
9
10
plugins {
11
`java-library`
0 commit comments