Skip to content

Commit ca952b8

Browse files
authored
bump Scala versions (2.12.14, 2.13.6) (#270)
1 parent 137671f commit ca952b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import: scala/scala-dev:travis/default.yml
55
language: scala
66

77
scala:
8-
- 2.12.13
9-
- 2.13.5
8+
- 2.12.14
9+
- 2.13.6
1010

1111
env:
1212
- ADOPTOPENJDK=8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ to match your project’s Scala binary version):
3434
<dependency>
3535
<groupId>org.scala-lang</groupId>
3636
<artifactId>scala-reflect</artifactId>
37-
<version>2.13.5</version>
37+
<version>2.13.6</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
```

0 commit comments

Comments
 (0)