mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Favor publishing 2.12 artifacts first in bitcoin-s, so if something fails with the 2.11 build we get the 2.12 artifact first (#624)
This commit is contained in:
parent
d67aec8ebb
commit
f52ab2d8d7
1 changed files with 1 additions and 3 deletions
|
@ -3,6 +3,4 @@ val scala2_12 = "2.12.8"
|
|||
|
||||
scalaVersion in ThisBuild := scala2_12
|
||||
|
||||
crossScalaVersions in ThisBuild := List(scala2_11, scala2_12)
|
||||
|
||||
organization in ThisBuild := "org.bitcoins"
|
||||
crossScalaVersions in ThisBuild := List(scala2_12, scala2_11)
|
||||
|
|
Loading…
Add table
Reference in a new issue