Skip to content

Commit db4f39a

Browse files
authored
Merge pull request #135 from scala-steward/update/scala-library-2.12.19
Update scala-library to 2.12.19
2 parents 0611d96 + e16eb55 commit db4f39a

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, macos-latest, windows-latest]
26-
scala: [2.12.18]
26+
scala: [2.12.19]
2727
java: [temurin@8, temurin@11, temurin@17, temurin@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
matrix:
103103
os: [ubuntu-latest]
104-
scala: [2.12.18]
104+
scala: [2.12.19]
105105
java: [temurin@8]
106106
runs-on: ${{ matrix.os }}
107107
steps:
@@ -154,12 +154,12 @@ jobs:
154154
java-version: 21
155155
cache: sbt
156156

157-
- name: Download target directories (2.12.18)
157+
- name: Download target directories (2.12.19)
158158
uses: actions/download-artifact@v4
159159
with:
160-
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
160+
name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }}
161161

162-
- name: Inflate target directories (2.12.18)
162+
- name: Inflate target directories (2.12.19)
163163
run: |
164164
tar xf targets.tar
165165
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val scala212 = "2.12.18"
1+
lazy val scala212 = "2.12.19"
22
ThisBuild / crossScalaVersions := Seq(scala212)
33
ThisBuild / scalaVersion := scala212
44
ThisBuild / dynverSonatypeSnapshots := true

0 commit comments

Comments
 (0)