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:
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 (
You can’t perform that action at this time.
0 commit comments