Hitting sbt issue 1673?

This commit is contained in:
Alexandre Archambault 2017-02-23 00:12:41 +01:00
parent 88f54cc356
commit 17faeb7686
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import java.io.FileOutputStream
val binaryCompatibilityVersion = "1.0.0-M14"
val binaryCompatibility212Version = "1.0.0-M15"
parallelExecution in Global := false
lazy val IntegrationTest = config("it") extend Test
lazy val scalazVersion = "7.2.8"