File tree Expand file tree Collapse file tree 4 files changed +9
-477
lines changed Expand file tree Collapse file tree 4 files changed +9
-477
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ val io = (project in file("io"))
103103 " 1.3.0" ,
104104 " 1.4.0" ,
105105 " 1.5.0" ,
106+ " 1.6.0" ,
107+ " 1.7.0" ,
108+ " 1.8.0" ,
109+ " 1.9.0" ,
106110 ) map (version => organization.value %% moduleName.value % version)
107111 }),
108112 mimaBinaryIssueFilters ++= Seq (
@@ -130,10 +134,7 @@ val io = (project in file("io"))
130134 exclude[MissingClassProblem ](" sbt.internal.io.JavaMilli$" ),
131135 exclude[MissingClassProblem ](" sbt.internal.io.JavaMilli" ),
132136 // These are private classes
133- exclude[MissingClassProblem ](" sbt.internal.io.FreeBSD64" ),
134- exclude[MissingClassProblem ](" sbt.internal.io.FreeBSD64FileStat" ),
135- exclude[MissingClassProblem ](" sbt.internal.io.FreeBSD64Milli" ),
136- exclude[MissingClassProblem ](" sbt.internal.io.FreeBSD64Milli$" ),
137+ exclude[MissingClassProblem ](" sbt.internal.io.*" ),
137138 // Replaced non-standard __xstat64() with conformant stat() calls
138139 exclude[DirectMissingMethodProblem ](" sbt.internal.io.Linux32.*" ),
139140 exclude[ReversedMissingMethodProblem ](" sbt.internal.io.Linux32.*" ),
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments