File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 47
47
[submodule "community-build/community-projects/xml-interpolator "]
48
48
path = community-build/community-projects/xml-interpolator
49
49
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
53
50
[submodule "community-build/community-projects/effpi "]
54
51
path = community-build/community-projects/effpi
55
52
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
233
233
sbtUpdateCommand = " update"
234
234
)
235
235
236
- lazy val semanticdb = SbtCommunityProject (
237
- project = " semanticdb" ,
238
- sbtTestCommand = " test:compile" ,
239
- sbtUpdateCommand = " update"
240
- )
241
-
242
236
lazy val effpi = SbtCommunityProject (
243
237
project = " effpi" ,
244
238
// We set `useEffpiPlugin := false` because we don't want to run their
@@ -339,7 +333,6 @@ class CommunityBuildTest {
339
333
@ Test def stdLib213 = projects.stdLib213.run()
340
334
@ Test def shapeless = projects.shapeless.run()
341
335
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
342
- @ Test def semanticdb = projects.semanticdb.run()
343
336
@ Test def effpi = projects.effpi.run()
344
337
@ Test def sconfig = projects.sconfig.run()
345
338
}
You can’t perform that action at this time.
0 commit comments