File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 4747[submodule "community-build/community-projects/xml-interpolator "]
4848 path = community-build/community-projects/xml-interpolator
4949 url = https://github.com/lampepfl/xml-interpolator.git
50- [submodule "community-build/community-projects/semanticdb "]
51- path = community-build/community-projects/semanticdb
52- url = https://github.com/lampepfl/dotty-semanticdb.git
5350[submodule "community-build/community-projects/effpi "]
5451 path = community-build/community-projects/effpi
5552 url = https://github.com/dotty-staging/effpi
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -233,12 +233,6 @@ object projects
233233 sbtUpdateCommand = " update"
234234 )
235235
236- lazy val semanticdb = SbtCommunityProject (
237- project = " semanticdb" ,
238- sbtTestCommand = " test:compile" ,
239- sbtUpdateCommand = " update"
240- )
241-
242236 lazy val effpi = SbtCommunityProject (
243237 project = " effpi" ,
244238 // We set `useEffpiPlugin := false` because we don't want to run their
@@ -339,7 +333,6 @@ class CommunityBuildTest {
339333 @ Test def stdLib213 = projects.stdLib213.run()
340334 @ Test def shapeless = projects.shapeless.run()
341335 @ Test def xmlInterpolator = projects.xmlInterpolator.run()
342- @ Test def semanticdb = projects.semanticdb.run()
343336 @ Test def effpi = projects.effpi.run()
344337 @ Test def sconfig = projects.sconfig.run()
345338}
You can’t perform that action at this time.
0 commit comments