-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util|scrooge|finagle: Update to Scala 2.13.1
Problem/Solution Update util, scrooge, and finagle to all cross build with Scala 2.13.1. We need to also update the `scoverage` plugin here to deal with an issue where plugins need to be specified to be fully cross versioned (that is published with their full scala version, e.g., `2.13.0` instead of just `2.13`) because Scala is not binary compatible between minor releases and something changed between 2.13.0 and 2.13.1. The `scoverage` plugin version `1.6.1` appears to work properly. Differential Revision: https://phabricator.twitter.biz/D444211
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,7 @@ before_cache: | |
scala: | ||
- 2.11.12 | ||
- 2.12.8 | ||
- 2.13.1 | ||
|
||
jdk: | ||
- openjdk8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters