Skip to content

Commit

Permalink
Update mima to 1.1.1 (#66)
Browse files Browse the repository at this point in the history
* Should fix #41
  • Loading branch information
lefou authored Sep 17, 2022
1 parent 6ecac78 commit 5040f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object `mill-mima-worker-api` extends Common
object `mill-mima-worker-impl` extends Common {
override def moduleDeps = super.moduleDeps ++ Seq(`mill-mima-worker-api`)
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"com.typesafe::mima-core:1.1.0"
ivy"com.typesafe::mima-core:1.1.1"
)
}

Expand Down

0 comments on commit 5040f62

Please sign in to comment.