Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 3, 2024
1 parent e6c527c commit 03309d0
Showing 1 changed file with 1 addition and 1 deletion.
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 03309d0

Please sign in to comment.