Skip to content

Commit d736c4f

Browse files
authored
Merge pull request #128 from scala-steward/update/scala-library-2.12.20
Update scala-library to 2.12.20
2 parents ad5c71c + 2ea0bd6 commit d736c4f

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.19]
26+
scala: [2.12.20]
2727
java: [temurin@8, temurin@11, temurin@17, temurin@21]
2828
exclude:
2929
- java: temurin@8
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
matrix:
109109
os: [ubuntu-latest]
110-
scala: [2.12.19]
110+
scala: [2.12.20]
111111
java: [temurin@8]
112112
runs-on: ${{ matrix.os }}
113113
steps:
@@ -163,12 +163,12 @@ jobs:
163163
- name: Setup sbt
164164
uses: sbt/setup-sbt@v1
165165

166-
- name: Download target directories (2.12.19)
166+
- name: Download target directories (2.12.20)
167167
uses: actions/download-artifact@v4
168168
with:
169-
name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }}
169+
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
170170

171-
- name: Inflate target directories (2.12.19)
171+
- name: Inflate target directories (2.12.20)
172172
run: |
173173
tar xf targets.tar
174174
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy val lang3 = "org.apache.commons" % "commons-text" % "1.12.0"
22
lazy val repoSlug = "sbt/sbt-license-report"
33

4-
val scala212 = "2.12.19"
4+
val scala212 = "2.12.20"
55
val scala3 = "3.3.3"
66

77
pluginCrossBuild / sbtVersion := {

0 commit comments

Comments
 (0)