mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
dc4def1d7f
* Bump scalac to 2.12.8 * Bump scalac in .travis.yml
6 lines
145 B
Scala
6 lines
145 B
Scala
scalaVersion in ThisBuild := "2.12.8"
|
|
|
|
crossScalaVersions in ThisBuild := List("2.11.12", "2.12.8")
|
|
|
|
organization in ThisBuild := "org.bitcoins"
|