Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia committed Feb 23, 2024
1 parent 0ae7233 commit 0001dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
java_version: [11, 17, 21] # Test all LTS releases and the latest one
os: [windows-latest, macos-13, macos-14, ubuntu-latest] # MacOS-14 uses M1 chips
os: [windows-latest, macOS-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
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.1-SNAPSHOT"
version = "6.1.1"

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

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

val annotations = "24.1.0"
Expand Down

0 comments on commit 0001dfb

Please sign in to comment.