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 f47aafc commit e55abfaCopy full SHA for e55abfa
build.gradle.kts
@@ -1,11 +1,11 @@
1
-val vertxVersion = "4.2.4"
2
-val awsSdkVersion = "2.17.129"
+val vertxVersion = "4.4.0"
+val awsSdkVersion = "2.1109.0"
3
val junit5Version = "5.8.2"
4
val logbackVersion = "1.2.10"
5
val integrationOption = "tests.integration"
6
7
group = "io.reactiverse"
8
-version = "1.1.0"
+version = "1.2.0-SNAPSHOT"
9
10
plugins {
11
`java-library`
0 commit comments