forked from fthomas/refined
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Scala 2.12.11 (fthomas#753)
- Loading branch information
Showing
2 changed files
with
2 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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ val gitPubUrl = s"https://github.com/$gitHubOwner/$projectName.git" | |
val gitDevUrl = s"[email protected]:$gitHubOwner/$projectName.git" | ||
|
||
// Remember to update these in .travis.yml, too. | ||
val Scala212 = "2.12.10" | ||
val Scala212 = "2.12.11" | ||
val Scala213 = "2.13.1" | ||
|
||
val catsVersion = "2.1.1" | ||
|