Skip to content

Commit

Permalink
Bump scalac 2.12.x series to 2.12.11 (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christewart committed Mar 19, 2020
1 parent bbe7b78 commit b913a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ env:

os: linux
scala:
- 2.12.10
- 2.12.11
- 2.13.1

# Fiddling with Travis config is not fun:-(
Expand Down
2 changes: 1 addition & 1 deletion inThisBuild.sbt
@@ -1,5 +1,5 @@
val scala2_11 = "2.11.12"
val scala2_12 = "2.12.10"
val scala2_12 = "2.12.11"
val scala2_13 = "2.13.1"

scalaVersion in ThisBuild := scala2_13
Expand Down

0 comments on commit b913a42

Please sign in to comment.