mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
Switch default scalac to 2.12.7 (#254)
This commit is contained in:
parent
fd810b8ab6
commit
e4b78e0c9e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
scalaVersion in ThisBuild := "2.11.12"
|
||||
scalaVersion in ThisBuild := "2.12.7"
|
||||
|
||||
crossScalaVersions := Seq("2.11.12", "2.12.7")
|
||||
|
||||
organization in ThisBuild := "org.bitcoins"
|
||||
|
|
Loading…
Add table
Reference in a new issue