We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e8d076 + d0d615a commit 6d5629fCopy full SHA for 6d5629f
.travis.yml
@@ -5,8 +5,8 @@ import: scala/scala-dev:travis/default.yml
5
language: scala
6
7
scala:
8
- - 2.12.10
9
- - 2.13.0
+ - 2.12.11
+ - 2.13.2
10
11
env:
12
- ADOPTOPENJDK=8
README.md
@@ -26,7 +26,7 @@ to match your project’s Scala binary version):
26
<dependency>
27
<groupId>org.scala-lang</groupId>
28
<artifactId>scala-reflect</artifactId>
29
- <version>2.12.10</version>
+ <version>2.12.11</version>
30
<scope>provided</scope>
31
</dependency>
32
```
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.3.7
+sbt.version=1.3.12
0 commit comments