@@ -361,39 +361,39 @@ class CommunityBuildTest:
361
361
}
362
362
}
363
363
364
- @ Test def intent = projects.intent.run()
365
364
@ Test def algebra = projects.algebra.run()
365
+ @ Test def betterfiles = projects.betterfiles.run()
366
+ @ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
367
+ @ Test def effpi = projects.effpi.run()
368
+ @ Test def endpoints = projects.endpoints.run()
369
+ @ Test def fastparse = projects.fastparse.run()
370
+ @ Test def geny = projects.geny.run()
371
+ @ Test def intent = projects.intent.run()
372
+ @ Test def minitest = projects.minitest.run()
373
+ @ Test def munit = projects.munit.run()
374
+ @ Test def oslib = projects.oslib.run()
375
+ // @Test def oslibWatch = projects.oslibWatch.run()
366
376
@ Test def scalacheck = projects.scalacheck.run()
377
+ @ Test def scalap = projects.scalap.run()
378
+ @ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
379
+ @ Test def ScalaPB = projects.ScalaPB .run()
367
380
@ Test def scalatest = projects.scalatest.run()
368
381
@ Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run()
369
382
@ Test def scalaXml = projects.scalaXml.run()
383
+ @ Test def scalaz = projects.scalaz.run()
384
+ @ Test def scodec = projects.scodec.run()
385
+ @ Test def scodecBits = projects.scodecBits.run()
386
+ @ Test def sconfig = projects.sconfig.run()
370
387
@ Test def scopt = projects.scopt.run()
371
- @ Test def scalap = projects.scalap.run()
372
- @ Test def squants = projects.squants.run()
373
- @ Test def betterfiles = projects.betterfiles.run()
374
- @ Test def ScalaPB = projects.ScalaPB .run()
375
- @ Test def minitest = projects.minitest.run()
376
- @ Test def fastparse = projects.fastparse.run()
377
- @ Test def utest = projects.utest.run()
388
+ @ Test def shapeless = projects.shapeless.run()
378
389
@ Test def sourcecode = projects.sourcecode.run()
379
- @ Test def oslib = projects.oslib.run()
390
+ @ Test def squants = projects.squants.run()
391
+ @ Test def stdLib213 = projects.stdLib213.run()
380
392
@ Test def ujson = projects.ujson.run()
381
393
// @Test def upickle = projects.upickle.run()
382
- // @Test def oslibWatch = projects.oslibWatch.run()
383
- @ Test def geny = projects.geny.run()
384
- @ Test def stdLib213 = projects.stdLib213.run()
385
- @ Test def shapeless = projects.shapeless.run()
394
+ @ Test def utest = projects.utest.run()
386
395
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
387
- @ Test def effpi = projects.effpi.run()
388
- @ Test def sconfig = projects.sconfig.run()
389
396
@ Test def zio = projects.zio.run()
390
- @ Test def munit = projects.munit.run()
391
- @ Test def scodecBits = projects.scodecBits.run()
392
- @ Test def scodec = projects.scodec.run()
393
- @ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
394
- @ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
395
- @ Test def scalaz = projects.scalaz.run()
396
- @ Test def endpoints = projects.endpoints.run()
397
397
end CommunityBuildTest
398
398
399
399
class TestCategory
0 commit comments