Skip to content

Commit c9929c9

Browse files
scala-library 2.12.20 (was 2.12.18) (#287)
* scala-library 2.12.20 (was 2.12.18) * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 2902c77 commit c9929c9

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.12.18]
26+
scala: [2.12.20]
2727
java: [temurin@11]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
os: [ubuntu-latest]
64-
scala: [2.12.18]
64+
scala: [2.12.20]
6565
java: [temurin@11]
6666
runs-on: ${{ matrix.os }}
6767
steps:
@@ -78,12 +78,12 @@ jobs:
7878
java-version: 11
7979
cache: sbt
8080

81-
- name: Download target directories (2.12.18)
81+
- name: Download target directories (2.12.20)
8282
uses: actions/download-artifact@v4
8383
with:
84-
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
84+
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
8585

86-
- name: Inflate target directories (2.12.18)
86+
- name: Inflate target directories (2.12.20)
8787
run: |
8888
tar xf targets.tar
8989
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import scala.collection.JavaConverters._
22

3-
ThisBuild / scalaVersion := "2.12.18"
3+
ThisBuild / scalaVersion := "2.12.20"
44

55
sbtPlugin := true
66
crossSbtVersions := List("1.4.9")

0 commit comments

Comments
 (0)