Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mill-012
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 31, 2025
2 parents 1032851 + 0fb64ea commit b1c5457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.1"
version = "3.8.6"

runner.dialect = scala213

Expand Down
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import $ivy.`com.lihaoyi::mill-contrib-buildinfo:`
import mill.contrib.buildinfo.BuildInfo
import $ivy.`com.goyeau::mill-scalafix::0.5.0`
import com.goyeau.mill.scalafix.ScalafixModule
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.1`
import de.tobiasroeser.mill.vcs.version.VcsVersion
import $ivy.`com.github.lolgab::mill-mima::0.1.1`
import com.github.lolgab.mill.mima._
Expand Down Expand Up @@ -114,6 +114,6 @@ 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"
)
}

0 comments on commit b1c5457

Please # to comment.