We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d509bc9 commit 5d6b35bCopy full SHA for 5d6b35b
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -272,13 +272,15 @@ object projects:
272
sbtPublishCommand = "coreJVM/publishLocal",
273
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
274
)
275
+/* Needs to be updated to new extension methods. I tried but hit ambiguities
276
+ between various versions of `::`.
277
278
lazy val scodec = SbtCommunityProject(
279
project = "scodec",
280
sbtTestCommand = "unitTests/test",
281
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck, scodecBits)
282
-
283
+*/
284
lazy val scalaParserCombinators = SbtCommunityProject(
285
project = "scala-parser-combinators",
286
sbtTestCommand = "parserCombinators/test",
0 commit comments