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 2c4de1e commit a456522Copy full SHA for a456522
build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
17
group = "io.javalin.community.ssl"
18
//Must be formatted following the RegEx: /version\s*=\s*"\S+"/g
19
-version = "6.1.0"
+version = "6.1.1-SNAPSHOT"
20
21
jacoco {
22
toolVersion = "0.8.8"
@@ -33,7 +33,7 @@ repositories {
33
}
34
35
dependencies {
36
- val javalin = "6.1.0"
+ val javalin = "6.1.1-SNAPSHOT"
37
val sslContextKickstart = "8.3.1"
38
39
val annotations = "24.1.0"
0 commit comments