Skip to content

Commit

Permalink
Update mima-core to 1.1.4 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 31, 2025
1 parent a72f4fa commit 0fb64ea
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 @@ -91,7 +91,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.3"
ivy"com.typesafe::mima-core:1.1.4"
)
}

Expand Down

0 comments on commit 0fb64ea

Please sign in to comment.