Skip to content

Commit 0bf7c80

Browse files
authored
Merge branch 'main' into update/scala-library-2.13.13
2 parents 3fead84 + e972bd8 commit 0bf7c80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.12.19, 2.13.13, 3.3.1]
26+
scala: [2.12.19, 2.13.13, 3.3.3]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -99,12 +99,12 @@ jobs:
9999
tar xf targets.tar
100100
rm targets.tar
101101
102-
- name: Download target directories (3.3.1)
102+
- name: Download target directories (3.3.3)
103103
uses: actions/download-artifact@v4
104104
with:
105-
name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }}
105+
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
106106

107-
- name: Inflate target directories (3.3.1)
107+
- name: Inflate target directories (3.3.3)
108108
run: |
109109
tar xf targets.tar
110110
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88

99
ThisBuild / scalaVersion := "2.13.13"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.1")
11+
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3")
1212

1313
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
1414

0 commit comments

Comments
 (0)