File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -358,14 +358,6 @@ object projects:
358
358
// sbtDocCommand = "dotty-community-build/doc"
359
359
)
360
360
361
- lazy val stdLib213 = SbtCommunityProject (
362
- project = " stdLib213" ,
363
- extraSbtArgs = List (" -Dscala.build.compileWithDotty=true" ),
364
- sbtTestCommand = """ set Global / fatalWarnings := false; library/compile""" ,
365
- sbtPublishCommand = """ set Global / fatalWarnings := false; set library/Compile/packageDoc/publishArtifact := false; library/publishLocal""" ,
366
- // sbtDocCommand = "library/doc" // Does no compile? No idea :/
367
- )
368
-
369
361
lazy val shapeless3 = SbtCommunityProject (
370
362
project = " shapeless-3" ,
371
363
sbtTestCommand = List (
@@ -796,7 +788,6 @@ def allProjects = List(
796
788
projects.scalaPB,
797
789
projects.minitest,
798
790
projects.fastparse,
799
- projects.stdLib213,
800
791
projects.shapeless3,
801
792
projects.xmlInterpolator,
802
793
projects.effpi,
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ class CommunityBuildTestC:
95
95
@ Test def sourcecode = projects.sourcecode.run()
96
96
@ Test def specs2 = projects.specs2.run()
97
97
98
- @ Test def stdLib213 = projects.stdLib213.run()
99
98
@ Test def ujson = projects.ujson.run()
100
99
@ Test def upickle = projects.upickle.run()
101
100
@ Test def utest = projects.utest.run()
You can’t perform that action at this time.
0 commit comments