Skip to content

Commit 8ce5895

Browse files
committed
Rewrite scalatest to indent
1 parent e8fb625 commit 8ce5895

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ object projects:
293293
// 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.
294294
// dotty.tools.dotc.core.MissingType:
295295
dependencies = List(scalaXml),
296-
testOnlyDependencies = () => List(scalatestplusJunit, scalatestplusTestNG),
297-
rewriteToIndent = false
296+
testOnlyDependencies = () => List(scalatestplusJunit, scalatestplusTestNG)
298297
)
299298

300299
lazy val scalatestplusScalacheck = SbtCommunityProject(

0 commit comments

Comments
 (0)