File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,6 @@ object projects:
241
241
).mkString(" ; " ),
242
242
sbtPublishCommand = " scalacticDotty/publishLocal; scalatestDotty/publishLocal; scalacticDottyJS/publishLocal; scalatestDottyJS/publishLocal" ,
243
243
sbtDocCommand = " ;scalacticDotty/doc" , // fails with missing type ;scalatestDotty/doc"
244
- scalacOptions = SbtCommunityProject .scalacOptions ++ List (" -Yflexify-tasty" ),
245
244
)
246
245
247
246
lazy val scalatestplusScalacheck = SbtCommunityProject (
@@ -260,8 +259,7 @@ object projects:
260
259
lazy val scalatestplusTestNG = SbtCommunityProject (
261
260
project = " scalatestplus-testng" ,
262
261
sbtTestCommand = " test" ,
263
- sbtPublishCommand = " publishLocal" ,
264
- scalacOptions = SbtCommunityProject .scalacOptions ++ List (" -Yflexify-tasty" ),
262
+ sbtPublishCommand = " publishLocal"
265
263
)
266
264
267
265
lazy val scalaXml = SbtCommunityProject (
You can’t perform that action at this time.
0 commit comments