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:
Chris Stewart 2019-07-15 06:27:05 -05:00 committed by GitHub
parent d67aec8ebb
commit f52ab2d8d7

View file

@ -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)