File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 187
187
[submodule "community-build/community-projects/protoquill "]
188
188
path = community-build/community-projects/protoquill
189
189
url = https://github.com/dotty-staging/protoquill.git
190
+ [submodule "community-build/community-projects/scopt "]
191
+ path = community-build/community-projects/scopt
192
+ url = https://github.com/scopt/scopt.git
190
193
[submodule "community-build/community-projects/onnx-scala "]
191
194
path = community-build/community-projects/onnx-scala
192
195
url = https://github.com/dotty-staging/onnx-scala.git
Original file line number Diff line number Diff line change @@ -406,6 +406,14 @@ object projects:
406
406
dependencies = List (munit, scodecBits)
407
407
)
408
408
409
+ lazy val scopt = SbtCommunityProject (
410
+ project = " scopt" ,
411
+ sbtTestCommand = " scoptJVM/test" ,
412
+ // Adds <empty> package
413
+ dependencies = List (verify)
414
+ )
415
+
416
+
409
417
lazy val scalaParserCombinators = SbtCommunityProject (
410
418
project = " scala-parser-combinators" ,
411
419
sbtTestCommand = " parserCombinatorsJVM/test" ,
@@ -690,6 +698,7 @@ def allProjects = List(
690
698
projects.discipline,
691
699
projects.disciplineMunit,
692
700
projects.disciplineSpecs2,
701
+ projects.scopt,
693
702
projects.simulacrumScalafixAnnotations,
694
703
projects.cats,
695
704
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