Skip to content

Commit cdd6c3d

Browse files
Update scala-library to 2.12.13 (#187)
Co-authored-by: Lars Hupel <[email protected]>
1 parent 47d6919 commit cdd6c3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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.12, 2.13.4]
26+
scala: [2.12.13, 2.13.4]
2727
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -97,12 +97,12 @@ jobs:
9797
~/Library/Caches/Coursier/v1
9898
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9999

100-
- name: Download target directories (2.12.12)
100+
- name: Download target directories (2.12.13)
101101
uses: actions/download-artifact@v2
102102
with:
103-
name: target-${{ matrix.os }}-2.12.12-${{ matrix.java }}
103+
name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }}
104104

105-
- name: Inflate target directories (2.12.12)
105+
- name: Inflate target directories (2.12.13)
106106
run: |
107107
tar xf targets.tar
108108
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
44

55
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
66

7-
ThisBuild / crossScalaVersions := Seq("2.12.12", "2.13.4")
7+
ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.4")
88

99
lazy val commonSettings = Def.settings(
1010
scalaVersion := "2.13.1",

0 commit comments

Comments
 (0)