Skip to content

Commit 93f2fc9

Browse files
committed
Remove -Yflexify-tasty
1 parent b1f9bc1 commit 93f2fc9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ object projects:
241241
).mkString("; "),
242242
sbtPublishCommand = "scalacticDotty/publishLocal; scalatestDotty/publishLocal; scalacticDottyJS/publishLocal; scalatestDottyJS/publishLocal",
243243
sbtDocCommand = ";scalacticDotty/doc", // fails with missing type ;scalatestDotty/doc"
244-
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
245244
)
246245

247246
lazy val scalatestplusScalacheck = SbtCommunityProject(
@@ -260,8 +259,7 @@ object projects:
260259
lazy val scalatestplusTestNG = SbtCommunityProject(
261260
project = "scalatestplus-testng",
262261
sbtTestCommand = "test",
263-
sbtPublishCommand = "publishLocal",
264-
scalacOptions = SbtCommunityProject.scalacOptions ++ List("-Yflexify-tasty"),
262+
sbtPublishCommand = "publishLocal"
265263
)
266264

267265
lazy val scalaXml = SbtCommunityProject(

0 commit comments

Comments
 (0)