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 81c50d8 commit 01849f0Copy full SHA for 01849f0
project/MiMaFilters.scala
@@ -19,6 +19,9 @@ object MiMaFilters {
19
20
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.Conversion.underlying"),
21
ProblemFilters.exclude[MissingClassProblem]("scala.Conversion$"),
22
+
23
+ // Change `caps.Capability` to non-experimental
24
+ ProblemFilters.exclude[MissingClassProblem]("scala.caps.Capability")
25
),
26
27
// Additions since last LTS
0 commit comments