Skip to content

Commit 4786455

Browse files
Update scala3-library to 3.3.4 (#64)
* Update scala3-library to 3.3.4 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 3cc0a50 commit 4786455

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.20, 2.13.14, 3.3.3]
26+
scala: [2.12.20, 2.13.14, 3.3.4]
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.3)
102+
- name: Download target directories (3.3.4)
103103
uses: actions/download-artifact@v4
104104
with:
105-
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
105+
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
106106

107-
- name: Inflate target directories (3.3.3)
107+
- name: Inflate target directories (3.3.4)
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.14"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3")
11+
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.4")
1212

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

0 commit comments

Comments
 (0)