File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,12 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
157
157
ProblemFilters .exclude[DirectMissingMethodProblem ](" scodec.bits.package.EitherOps" ),
158
158
ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.package$EitherOps" ),
159
159
ProblemFilters .exclude[MissingClassProblem ](" scodec.bits.package$EitherOps$" ),
160
- ProblemFilters .exclude[IncompatibleMethTypeProblem ](" scodec.bits.LiteralSyntaxMacros.hexStringInterpolator" ),
161
- ProblemFilters .exclude[IncompatibleMethTypeProblem ](" scodec.bits.LiteralSyntaxMacros.binStringInterpolator" )
160
+ ProblemFilters .exclude[IncompatibleMethTypeProblem ](
161
+ " scodec.bits.LiteralSyntaxMacros.hexStringInterpolator"
162
+ ),
163
+ ProblemFilters .exclude[IncompatibleMethTypeProblem ](
164
+ " scodec.bits.LiteralSyntaxMacros.binStringInterpolator"
165
+ )
162
166
)
163
167
)
164
168
You can’t perform that action at this time.
0 commit comments