File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ object Build {
134134 }
135135
136136 val compatMode = {
137- val VersionRE = """ ^\d+\.(\d+).(\d+).* """ .r
137+ val VersionRE = """ ^\d+\.(\d+)\ .(\d+)""" .r
138138 baseVersion match {
139139 case VersionRE (_, " 0" ) => CompatMode .BinaryCompatible
140140 case _ => CompatMode .SourceAndBinaryCompatible
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ object MiMaFilters {
6565 ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$betterMatchTypeExtractors$" ),
6666 ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$modularity$" ),
6767 ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$experimental$namedTuples$" ),
68+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language.3.7-migration" ),
69+ ProblemFilters .exclude[MissingFieldProblem ](" scala.runtime.stdLibPatches.language.3.7" ),
70+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$3$u002E7$" ),
71+ ProblemFilters .exclude[MissingClassProblem ](" scala.runtime.stdLibPatches.language$3$u002E7$minusmigration$" ),
6872 ),
6973 )
7074
You can’t perform that action at this time.
0 commit comments