Skip to content

Commit

Permalink
Update mill-mima to 0.1.0 and mimaPreviousVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Nov 28, 2023
1 parent 962217f commit 9797732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import $ivy.`io.chris-kipp::mill-ci-release::0.1.9`
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1`
import $ivy.`com.github.lolgab::mill-crossplatform::0.2.3`
import $ivy.`com.lihaoyi::mill-contrib-buildinfo:`
import $ivy.`com.github.lolgab::mill-mima::0.0.23`
import $ivy.`com.github.lolgab::mill-mima::0.1.0`

import mill._, mill.scalalib._, mill.scalanativelib._, mill.scalanativelib.api._
import mill.scalalib.api.ZincWorkerUtil.isScala3
Expand Down Expand Up @@ -95,7 +95,7 @@ trait Publish extends CiReleaseModule with Mima {
Developer("lolgab", "Lorenzo Gabriele", "https://github.com/lolgab")
)
)
def mimaPreviousVersions = Seq("0.7.0")
def mimaPreviousVersions = Seq("0.8.0")
}
object `snunit-internal-api` extends JavaModule
object snunit extends Cross[SNUnitModule](scalaVersions)
Expand Down

0 comments on commit 9797732

Please sign in to comment.