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 300417c commit b706c1e
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
@@ -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

0 comments on commit b706c1e

Please sign in to comment.