Skip to content

Commit 58ddc07

Browse files
authored
Merge pull request #836 from scala-steward/update/scala-library-2.12.15
2 parents 80a6b35 + 6217ca5 commit 58ddc07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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.0.1, 2.12.14, 2.13.6]
25+
scala: [3.0.1, 2.12.15, 2.13.6]
2626
java: [adopt@1.8, adopt@1.11]
2727
platform: [jvm]
2828
workers: [1, 4]
@@ -35,7 +35,7 @@ jobs:
3535
- workers: 1
3636
os: ubuntu-latest
3737
java: adopt@1.8
38-
scala: 2.12.14
38+
scala: 2.12.15
3939
platform: js
4040
- workers: 1
4141
os: ubuntu-latest
@@ -45,7 +45,7 @@ jobs:
4545
- workers: 1
4646
os: ubuntu-latest
4747
java: adopt@1.8
48-
scala: 2.12.14
48+
scala: 2.12.15
4949
platform: native
5050
- workers: 1
5151
os: ubuntu-latest

build.sbt

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

3-
val Scala212 = "2.12.14"
3+
val Scala212 = "2.12.15"
44
val Scala213 = "2.13.6"
55
val Scala3 = "3.0.1"
66

0 commit comments

Comments
 (0)