File tree 4 files changed +15
-0
lines changed 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 184
184
[submodule "community-build/community-projects/akka "]
185
185
path = community-build/community-projects/akka
186
186
url = https://github.com/dotty-staging/akka.git
187
+ [submodule "community-build/community-projects/scopt "]
188
+ path = community-build/community-projects/scopt
189
+ url = https://github.com/scopt/scopt.git
Original file line number Diff line number Diff line change @@ -382,6 +382,14 @@ object projects:
382
382
dependencies = List (munit, scodecBits)
383
383
)
384
384
385
+ lazy val scopt = SbtCommunityProject (
386
+ project = " scopt" ,
387
+ sbtTestCommand = " scoptJVM/test" ,
388
+ // Adds <empty> package
389
+ dependencies = List (verify)
390
+ )
391
+
392
+
385
393
lazy val scalaParserCombinators = SbtCommunityProject (
386
394
project = " scala-parser-combinators" ,
387
395
sbtTestCommand = " parserCombinatorsJVM/test" ,
@@ -646,6 +654,7 @@ def allProjects = List(
646
654
projects.discipline,
647
655
projects.disciplineMunit,
648
656
projects.disciplineSpecs2,
657
+ projects.scopt,
649
658
projects.simulacrumScalafixAnnotations,
650
659
projects.cats,
651
660
projects.catsMtl,
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ class CommunityBuildTestA extends CommunityBuildTest:
93
93
@ Test def geny = projects.geny.run()
94
94
@ Test def izumiReflect = projects.izumiReflect.run()
95
95
@ Test def oslib = projects.oslib.run()
96
+ @ Test def scopt = projects.scopt.run()
97
+
96
98
// @Test def oslibWatch = projects.oslibWatch.run()
97
99
@ Test def pprint = projects.pprint.run()
98
100
@ Test def requests = projects.requests.run()
You can’t perform that action at this time.
0 commit comments