File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
163
163
ProblemFilters .exclude[IncompatibleMethTypeProblem ](
164
164
" scodec.bits.LiteralSyntaxMacros.binStringInterpolator"
165
165
),
166
- ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.LiteralSyntaxMacros$blackbox$" ),
167
- ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.LiteralSyntaxMacros$blackbox$" ),
168
- ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.ScalaVersionSpecific" )
166
+ ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.LiteralSyntaxMacros$blackbox$" ),
167
+ ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.LiteralSyntaxMacros$blackbox$" ),
168
+ ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.ScalaVersionSpecific" )
169
169
)
170
170
)
171
171
You can’t perform that action at this time.
0 commit comments