Skip to content

Commit ab020ff

Browse files
authored
Merge pull request #209 from scala-steward/update/scala-library-2.12.13
Update scala-library to 2.12.13
2 parents 6ce63b4 + da02c84 commit ab020ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ script: |
3535
3636
jobs:
3737
include:
38-
- scala: 2.12.12
38+
- scala: 2.12.13
3939
- scala: 2.13.6
4040
- scala: 3.0.0
4141
- stage: release

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scala212 = "2.12.12"
1+
val scala212 = "2.12.13"
22
val scala213 = "2.13.6"
33
val scala3 = "3.0.0"
44

0 commit comments

Comments
 (0)