Skip to content

Commit

Permalink
Merge pull request #239 from SethTisue/bump-versions
Browse files Browse the repository at this point in the history
bump sbt and Scala versions
  • Loading branch information
SethTisue committed Jun 17, 2020
2 parents 9e8d076 + d0d615a commit 6d5629f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import: scala/scala-dev:travis/default.yml
language: scala

scala:
- 2.12.10
- 2.13.0
- 2.12.11
- 2.13.2

env:
- ADOPTOPENJDK=8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to match your project’s Scala binary version):
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.12.10</version>
<version>2.12.11</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.7
sbt.version=1.3.12

0 comments on commit 6d5629f

Please sign in to comment.