mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
Bump scalac to 2.12.8 (#340)
* Bump scalac to 2.12.8 * Bump scalac in .travis.yml
This commit is contained in:
parent
f85fcf5137
commit
8391fadc09
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ os:
|
|||
|
||||
scala:
|
||||
- 2.11.12
|
||||
- 2.12.7
|
||||
- 2.12.8
|
||||
|
||||
# These directories are cached to S3 at the end of the build
|
||||
cache:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
scalaVersion in ThisBuild := "2.12.7"
|
||||
scalaVersion in ThisBuild := "2.12.8"
|
||||
|
||||
crossScalaVersions in ThisBuild := List("2.11.12", "2.12.7")
|
||||
crossScalaVersions in ThisBuild := List("2.11.12", "2.12.8")
|
||||
|
||||
organization in ThisBuild := "org.bitcoins"
|
||||
|
|
Loading…
Add table
Reference in a new issue