File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 213213[submodule "community-build/community-projects/scala-java8-compat "]
214214 path = community-build/community-projects/scala-java8-compat
215215 url = https://github.com/dotty-staging/scala-java8-compat.git
216+ [submodule "community-build/community-projects/specs2 "]
217+ path = community-build/community-projects/specs2
218+ url = https://github.com/dotty-staging/specs2.git
Original file line number Diff line number Diff line change @@ -731,6 +731,13 @@ object projects:
731731 dependencies = List (scalaJava8Compat, scalatest)
732732 )
733733
734+ lazy val specs2 = SbtCommunityProject (
735+ project = " specs2" ,
736+ sbtTestCommand = " core/testOnly -- exclude ci" ,
737+ sbtPublishCommand = " core/publishLocal" ,
738+ dependencies = List ()
739+ )
740+
734741end projects
735742
736743def allProjects = List (
@@ -809,6 +816,7 @@ def allProjects = List(
809816 projects.fs2,
810817 projects.libretto,
811818 projects.jacksonModuleScala,
819+ projects.specs2,
812820)
813821
814822lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ class CommunityBuildTestC:
9191 @ Test def sconfig = projects.sconfig.run()
9292 @ Test def shapeless = projects.shapeless.run()
9393 @ Test def sourcecode = projects.sourcecode.run()
94+ @ Test def specs2 = projects.specs2.run()
9495 @ Test def stdLib213 = projects.stdLib213.run()
9596 @ Test def ujson = projects.ujson.run()
9697 @ Test def upickle = projects.upickle.run()
You can’t perform that action at this time.
0 commit comments