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.
1 parent 214bb04 commit 66fd565Copy full SHA for 66fd565
project/Build.scala
@@ -54,9 +54,6 @@ object DottyBuild extends Build {
54
55
override def settings: Seq[Setting[_]] = {
56
super.settings ++ Seq(
57
- concurrentRestrictions in Global := {
58
- Tags.limitAll(8) :: Nil
59
- },
60
scalaVersion in Global := scalacVersion,
61
version in Global := dottyVersion,
62
organization in Global := dottyOrganization,
0 commit comments