Skip to content

Commit 5d6b35b

Browse files
committed
Disable scodec in community build
scodec needs to be updated to new extension methods. I tried but hit ambiguities between various versions of `::`.
1 parent d509bc9 commit 5d6b35b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,15 @@ object projects:
272272
sbtPublishCommand = "coreJVM/publishLocal",
273273
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
274274
)
275+
/* Needs to be updated to new extension methods. I tried but hit ambiguities
276+
between various versions of `::`.
275277
276278
lazy val scodec = SbtCommunityProject(
277279
project = "scodec",
278280
sbtTestCommand = "unitTests/test",
279281
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck, scodecBits)
280282
)
281-
283+
*/
282284
lazy val scalaParserCombinators = SbtCommunityProject(
283285
project = "scala-parser-combinators",
284286
sbtTestCommand = "parserCombinators/test",

0 commit comments

Comments
 (0)