We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 759a7b7 + 5e9acac commit 5f1a638Copy full SHA for 5f1a638
project/plugins.sbt
@@ -20,3 +20,7 @@ buildInfoKeys := Seq[BuildInfoKey](buildClasspath)
20
buildInfoPackage := "scalabuild"
21
22
libraryDependencies += "com.typesafe" %% "mima-reporter" % "0.1.13"
23
+
24
+concurrentRestrictions in Global := Seq(
25
+ Tags.limitAll(1) // workaround for https://github.com/sbt/sbt/issues/2970
26
+)
0 commit comments