Skip to content

Commit 66fd565

Browse files
committed
Revert "Build.scala: hardcode maximum number of parallel tasks to 8"
This reverts commit 214bb04.
1 parent 214bb04 commit 66fd565

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

project/Build.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ object DottyBuild extends Build {
5454

5555
override def settings: Seq[Setting[_]] = {
5656
super.settings ++ Seq(
57-
concurrentRestrictions in Global := {
58-
Tags.limitAll(8) :: Nil
59-
},
6057
scalaVersion in Global := scalacVersion,
6158
version in Global := dottyVersion,
6259
organization in Global := dottyOrganization,

0 commit comments

Comments
 (0)