Skip to content

Commit 4b726b3

Browse files
authored
Merge pull request #63 from scala-steward/update/scala-library-2.13.7
Update scala-library to 2.13.7
2 parents 5215810 + 3d06ab7 commit 4b726b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.13.6]
25+
scala: [2.13.7]
2626
2727
runs-on: ${{ matrix.os }}
2828
steps:
@@ -96,12 +96,12 @@ jobs:
9696
~/Library/Caches/Coursier/v1
9797
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9898

99-
- name: Download target directories (2.13.6)
99+
- name: Download target directories (2.13.7)
100100
uses: actions/download-artifact@v2
101101
with:
102-
name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
102+
name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}
103103

104-
- name: Inflate target directories (2.13.6)
104+
- name: Inflate target directories (2.13.7)
105105
run: |
106106
tar xf targets.tar
107107
rm targets.tar

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name := "test-repo-2"
22

3-
scalaVersion := "2.13.6"
3+
scalaVersion := "2.13.7"
44

55
/// sbt-github-actions configuration
66

7-
ThisBuild / crossScalaVersions := Seq("2.13.6")
7+
ThisBuild / crossScalaVersions := Seq("2.13.7")
88
ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]")
99

1010
libraryDependencies += "com.github.japgolly.scalajs-react" % "core_sjs1_2.13" % "2.0.0-RC5"

0 commit comments

Comments
 (0)