Skip to content

Commit ae799c7

Browse files
authored
Merge pull request #869 from scala-steward/update/scala-library-2.13.8
2 parents 01a3d2c + 5de9623 commit ae799c7

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [3.1.0, 3.0.2, 2.12.15, 2.13.7]
25+
scala: [3.1.0, 3.0.2, 2.12.15, 2.13.8]
2626
java: [temurin@8, temurin@11]
2727
platform: [jvm]
2828
workers: [1, 4]
@@ -45,7 +45,7 @@ jobs:
4545
- workers: 1
4646
os: ubuntu-latest
4747
java: temurin@8
48-
scala: 2.13.7
48+
scala: 2.13.8
4949
platform: js
5050
- workers: 1
5151
os: ubuntu-latest
@@ -55,7 +55,7 @@ jobs:
5555
- workers: 1
5656
os: ubuntu-latest
5757
java: temurin@8
58-
scala: 2.13.7
58+
scala: 2.13.8
5959
platform: native
6060
runs-on: ${{ matrix.os }}
6161
steps:
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
os: [ubuntu-latest]
112-
scala: [2.13.7]
112+
scala: [2.13.8]
113113
java: [temurin@8]
114114
runs-on: ${{ matrix.os }}
115115
steps:
@@ -154,7 +154,7 @@ jobs:
154154
strategy:
155155
matrix:
156156
os: [ubuntu-latest]
157-
scala: [2.13.7]
157+
scala: [2.13.8]
158158
java: [temurin@8]
159159
runs-on: ${{ matrix.os }}
160160
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sourceDirectory := file("dummy source directory")
22

33
val Scala212 = "2.12.15"
4-
val Scala213 = "2.13.7"
4+
val Scala213 = "2.13.8"
55
val Scala30 = "3.0.2"
66
val Scala31 = "3.1.0"
77

0 commit comments

Comments
 (0)