Skip to content

Commit

Permalink
Update mima-core to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 13, 2024
1 parent e8df5b4 commit a59dd69
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 a59dd69

Please sign in to comment.