Skip to content

Commit

Permalink
Prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia committed Feb 17, 2024
1 parent 2c4de1e commit a456522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

group = "io.javalin.community.ssl"
//Must be formatted following the RegEx: /version\s*=\s*"\S+"/g
version = "6.1.0"
version = "6.1.1-SNAPSHOT"

jacoco {
toolVersion = "0.8.8"
Expand All @@ -33,7 +33,7 @@ repositories {
}

dependencies {
val javalin = "6.1.0"
val javalin = "6.1.1-SNAPSHOT"
val sslContextKickstart = "8.3.1"

val annotations = "24.1.0"
Expand Down

0 comments on commit a456522

Please sign in to comment.