Skip to content

Commit 11d2541

Browse files
scala-library 2.12.17 (was 2.12.15) (#232)
* scala-library 2.12.17 (was 2.12.15) * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 4e8a288 commit 11d2541

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.15]
26+
scala: [2.12.17]
2727
java: [temurin@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ubuntu-latest]
76-
scala: [2.12.15]
76+
scala: [2.12.17]
7777
java: [temurin@8]
7878
runs-on: ${{ matrix.os }}
7979
steps:
@@ -101,12 +101,12 @@ jobs:
101101
~/Library/Caches/Coursier/v1
102102
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
103103

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

109-
- name: Inflate target directories (2.12.15)
109+
- name: Inflate target directories (2.12.17)
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
@@ -1,6 +1,6 @@
11
import scala.collection.JavaConverters._
22

3-
ThisBuild / scalaVersion := "2.12.15"
3+
ThisBuild / scalaVersion := "2.12.17"
44

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

0 commit comments

Comments
 (0)