Skip to content

Commit 0001dfb

Browse files
committed
Release 6.1.1
1 parent 0ae7233 commit 0001dfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
java_version: [11, 17, 21] # Test all LTS releases and the latest one
15-
os: [windows-latest, macos-13, macos-14, ubuntu-latest] # MacOS-14 uses M1 chips
15+
os: [windows-latest, macOS-latest, ubuntu-latest]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

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

2121
jacoco {
2222
toolVersion = "0.8.8"
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
dependencies {
36-
val javalin = "6.1.1-SNAPSHOT"
36+
val javalin = "6.1.1"
3737
val sslContextKickstart = "8.3.1"
3838

3939
val annotations = "24.1.0"

0 commit comments

Comments
 (0)