Skip to content

Commit

Permalink
Update mill-mima to 0.1.1 (#1368)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
  • Loading branch information
scala-steward and alexarchambault authored Jun 3, 2024
1 parent bc5b034 commit 3f79a8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import $ivy.`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
import $ivy.`io.get-coursier.util::get-cs:0.1.1`
import $ivy.`com.github.lolgab::mill-mima::0.1.0`
import $ivy.`com.github.lolgab::mill-mima::0.1.1`
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.24`

import $file.project.deps, deps.{Deps, DepOps, ScalaVersions, Versions}
Expand Down
2 changes: 1 addition & 1 deletion project/mima.sc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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 sys.process._
Expand Down
2 changes: 1 addition & 1 deletion project/settings.sc
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def publishSonatype(
publisher.publishAll(isRelease, artifacts: _*)
}

trait Mima extends com.github.lolgab.mill.mima.Mima {
trait Mima extends com.github.lolgab.mill.mima.Mima with PublishModule {
def mimaPreviousVersions = binaryCompatibilityVersions

// same as https://github.com/lolgab/mill-mima/blob/de28f3e9fbe92867f98e35f8dfd3c3a777cc033d/mill-mima/src/com/github/lolgab/mill/mima/Mima.scala#L29-L44
Expand Down

0 comments on commit 3f79a8b

Please sign in to comment.