Skip to content

Commit f49a9e3

Browse files
authored
Merge pull request #61 from scala-steward/update/scala-compiler-2.13.16
Update scala-compiler, scala-library, ... to 2.13.16
2 parents 580f685 + 0ae78cd commit f49a9e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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.13.15]
26+
scala: [2.13.16]
2727
java: [temurin@17, temurin@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ubuntu-latest]
76-
scala: [2.13.15]
76+
scala: [2.13.16]
7777
java: [temurin@17]
7878
runs-on: ${{ matrix.os }}
7979
steps:
@@ -101,12 +101,12 @@ jobs:
101101
- name: Setup sbt
102102
uses: sbt/setup-sbt@v1
103103

104-
- name: Download target directories (2.13.15)
104+
- name: Download target directories (2.13.16)
105105
uses: actions/download-artifact@v4
106106
with:
107-
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
107+
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
108108

109-
- name: Inflate target directories (2.13.15)
109+
- name: Inflate target directories (2.13.16)
110110
run: |
111111
tar xf targets.tar
112112
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "scex"
22

33
inThisBuild(Seq(
44
organization := "com.avsystem.scex",
5-
scalaVersion := "2.13.15",
5+
scalaVersion := "2.13.16",
66

77
githubWorkflowTargetTags ++= Seq("v*"),
88
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"), JavaSpec.temurin("21")),

0 commit comments

Comments
 (0)