Skip to content

Commit 6f0e43b

Browse files
committed
Update scala3-library to 3.4.1
1 parent 885a2d2 commit 6f0e43b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.3]
26+
scala: [2.12.19, 2.13.13, 3.4.1]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:

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.3")
11+
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1")
1212

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

0 commit comments

Comments
 (0)