Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 52c1240

Browse files
authored
Merge pull request #164 from scala-steward/update/scala-library-2.13.5
2 parents 195eeb3 + 2a2680c commit 52c1240

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
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.4]
25+
scala: [2.13.5]
2626
2727
runs-on: ${{ matrix.os }}
2828
steps:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
os: [ubuntu-latest]
73-
scala: [2.13.4]
73+
scala: [2.13.5]
7474
7575
runs-on: ${{ matrix.os }}
7676
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.4)
99+
- name: Download target directories (2.13.5)
100100
uses: actions/download-artifact@v2
101101
with:
102-
name: target-${{ matrix.os }}-2.13.4-${{ matrix.java }}
102+
name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }}
103103

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

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inThisBuild(
2121

2222
val GraalVM11 = "[email protected]"
2323

24-
val Scala213 = "2.13.4"
24+
val Scala213 = "2.13.5"
2525
ThisBuild / scalaVersion := Scala213
2626
ThisBuild / crossScalaVersions := Seq(Scala213)
2727
ThisBuild / githubWorkflowJavaVersions := Seq(GraalVM11)

0 commit comments

Comments
 (0)