Skip to content

Commit 076f394

Browse files
committed
Remove -Yflexify-tasty
1 parent a098509 commit 076f394

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
@@ -246,7 +246,6 @@ object projects:
246246
// 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.
247247
// dotty.tools.dotc.core.MissingType:
248248
dependencies = List(scalaXml),
249-
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
250249
testOnlyDependencies = () => List(scalatestplusJunit, scalatestplusTestNG)
251250
)
252251

@@ -267,7 +266,6 @@ object projects:
267266
project = "scalatestplus-testng",
268267
sbtTestCommand = "test",
269268
sbtPublishCommand = "publishLocal",
270-
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
271269
dependencies = List(scalatest)
272270
)
273271

0 commit comments

Comments
 (0)