Skip to content

Commit 3fead84

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.18, 2.13.13, 3.3.1]
26+
scala: [2.12.19, 2.13.13, 3.3.1]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -79,12 +79,12 @@ jobs:
7979
java-version: 8
8080
cache: sbt
8181

82-
- name: Download target directories (2.12.18)
82+
- name: Download target directories (2.12.19)
8383
uses: actions/download-artifact@v4
8484
with:
85-
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
85+
name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }}
8686

87-
- name: Inflate target directories (2.12.18)
87+
- name: Inflate target directories (2.12.19)
8888
run: |
8989
tar xf targets.tar
9090
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.18", "2.13.13", "3.3.1")
11+
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.1")
1212

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
22

3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
44

55
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
66

0 commit comments

Comments
 (0)