Skip to content

Commit

Permalink
Merge pull request #133 from ckipp01/update/mill-scalafix-0.3.2
Browse files Browse the repository at this point in the history
Update mill-scalafix to 0.3.2
  • Loading branch information
ckipp01 authored Jan 9, 2024
2 parents 8318ccb + 4a37319 commit 8fe7282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import $ivy.`com.goyeau::mill-scalafix::0.3.1`
import $ivy.`com.goyeau::mill-scalafix::0.3.2`
import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION`
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1`
import $ivy.`io.chris-kipp::mill-ci-release::0.1.9`
Expand Down
3 changes: 2 additions & 1 deletion plugin/src-mill0.11/io/kipp/mill/scip/Scip.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import mill._
import mill.api.BuildInfo
import mill.api.Logger
import mill.api.Result
import mill.define.Discover
import mill.define.ExternalModule
import mill.define.Task
import mill.eval.Evaluator
Expand Down Expand Up @@ -319,5 +320,5 @@ object Scip extends ExternalModule {
private def computeModules(ev: Evaluator) =
ev.rootModule.millInternal.modules.collect { case j: JavaModule => j }

lazy val millDiscover = mill.define.Discover[this.type]
lazy val millDiscover: Discover[this.type] = mill.define.Discover[this.type]
}

0 comments on commit 8fe7282

Please sign in to comment.