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 87cea36 commit 2a1943eCopy full SHA for 2a1943e
build.sbt
@@ -162,7 +162,10 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
162
),
163
ProblemFilters.exclude[IncompatibleMethTypeProblem](
164
"scodec.bits.LiteralSyntaxMacros.binStringInterpolator"
165
- )
+ ),
166
+ProblemFilters.exclude[MissingClassProblem]("scodec.bits.LiteralSyntaxMacros$blackbox$"),
167
168
+ProblemFilters.exclude[MissingClassProblem]("scodec.bits.ScalaVersionSpecific")
169
)
170
171
0 commit comments