Skip to content

Commit

Permalink
Update mill-mima to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 31, 2024
1 parent 8d8f63b commit 48d6c58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import $ivy.`com.goyeau::mill-scalafix::0.4.0`
import com.goyeau.mill.scalafix.ScalafixModule
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import de.tobiasroeser.mill.vcs.version.VcsVersion
import $ivy.`com.github.lolgab::mill-mima::0.1.0`
import $ivy.`com.github.lolgab::mill-mima::0.1.1`
import com.github.lolgab.mill.mima._
import os.Path
import scala.util.Try
Expand Down Expand Up @@ -134,8 +134,7 @@ trait itestCross extends MillIntegrationTestModule with Cross.Module[String] {
PathRef(testBase / "not-publish-module") -> Seq(
TestInvocation.Targets(Seq("prepare")),
TestInvocation.Targets(Seq("verify"), expectedExitCode = 1)
),

)
)
}
}

0 comments on commit 48d6c58

Please sign in to comment.