Skip to content

Commit

Permalink
Update to Scala 2.12.11 (fthomas#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas authored Mar 18, 2020
1 parent b42d712 commit b7b52a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
script:
- bash -c 'shopt -s globstar; shellcheck **/*.sh'

- scala: 2.12.10 # Remember to update this in build.sbt, too.
- scala: 2.12.11 # Remember to update this in build.sbt, too.
install:
- pip install --user codecov
script:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7b52a2

Please sign in to comment.