We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137671f commit ca952b8Copy full SHA for ca952b8
.travis.yml
@@ -5,8 +5,8 @@ import: scala/scala-dev:travis/default.yml
5
language: scala
6
7
scala:
8
- - 2.12.13
9
- - 2.13.5
+ - 2.12.14
+ - 2.13.6
10
11
env:
12
- ADOPTOPENJDK=8
README.md
@@ -34,7 +34,7 @@ to match your project’s Scala binary version):
34
<dependency>
35
<groupId>org.scala-lang</groupId>
36
<artifactId>scala-reflect</artifactId>
37
- <version>2.13.5</version>
+ <version>2.13.6</version>
38
<scope>provided</scope>
39
</dependency>
40
```
0 commit comments