Skip to content

Commit 207020f

Browse files
committed
Remove -Yflexify-tasty
1 parent 9bb292a commit 207020f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ object projects:
278278
// Problem parsing scalatest.dotty/target/scala-3.0.0-M2/src_managed/main/org/scalatest/concurrent/ConductorFixture.scala:[602..624..3843], documentation may not be generated.
279279
// dotty.tools.dotc.core.MissingType:
280280
dependencies = List(scalaXml),
281-
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
282281
testOnlyDependencies = () => List(scalatestplusJunit, scalatestplusTestNG)
283282
)
284283

@@ -301,7 +300,6 @@ object projects:
301300
project = "scalatestplus-testng",
302301
sbtTestCommand = "test",
303302
sbtPublishCommand = "publishLocal",
304-
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
305303
dependencies = List(scalatest)
306304
)
307305

0 commit comments

Comments
 (0)