Skip to content

Commit 6771f32

Browse files
committed
sync: have the latest scalatestplus-junit version
1 parent 95c27bc commit 6771f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ object projects:
270270
"""set genRegularTests4 / Test / managedSources ~= (_.filterNot(_.getName == "FrameworkSuite.scala").filterNot(_.getName == "GeneratorSpec.scala").filterNot(_.getName == "CommonGeneratorsSpec.scala").filterNot(_.getName == "ParallelTestExecutionSpec.scala").filterNot(_.getName == "DispatchReporterSpec.scala").filterNot(_.getName == "TestThreadsStartingCounterSpec.scala").filterNot(_.getName == "EventuallySpec.scala"))""",
271271
"scalacticTestDotty/test; scalatestTestDotty/test; scalacticDottyJS/compile; scalatestDottyJS/compile"
272272
).mkString("; "),
273-
sbtPublishCommand = "scalacticDotty/publishLocal; scalatestDotty/publishLocal; scalacticDottyJS/publishLocal; scalatestDottyJS/publishLocal",
273+
sbtPublishCommand = "scalacticDotty/publishLocal; scalatestDotty/publishLocal; scalacticDottyJS/publishLocal; scalatestDottyJS/publishLocal; scalatestCompatible/publishLocal",
274274
sbtDocCommand = ";scalacticDotty/doc", // fails with missing type ;scalatestDotty/doc"
275275
// cannot take signature of (test: org.scalatest.concurrent.ConductorFixture#OneArgTest):
276276
// org.scalatest.Outcome

0 commit comments

Comments
 (0)