Skip to content

Commit

Permalink
Use only released version for mima base and a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 29, 2021
1 parent b7e390f commit 5c1765e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Settings {
"0.9.6", "0.9.7", "0.9.8", "0.9.9",
"0.10.0-M2", "0.10.0-M3"
)
val mimaBaseVersions = Seq("0.10.0-M3")
val mimaBaseVersions = Seq("0.10.0-M2")
}

object Deps {
Expand Down
2 changes: 1 addition & 1 deletion ci/mill-bootstrap.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index c93275a2..96ff97cf 100755
import $ivy.`org.scalaj::scalaj-http:2.4.2`
-import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version_mill0.9:0.1.2`
-import $ivy.`com.github.lolgab::mill-mima_mill0.9:0.0.4`
+import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version_mill0.10.0-M2::0.1.2`
+import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version_mill0.10.0-M2:0.1.2`
import $ivy.`net.sourceforge.htmlcleaner:htmlcleaner:2.24`
import java.nio.file.attribute.PosixFilePermission

Expand Down

0 comments on commit 5c1765e

Please sign in to comment.