Skip to content

Commit

Permalink
Add @mill.api.internal to Utils and GraphUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 15, 2022
1 parent 15ad5b9 commit 3f8c18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main/core/src/mill/internal/Utils.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package mill.internal

@mill.api.internal
private[mill] object Utils {
def normalizeAmmoniteImportPath(segments: Seq[String]): Seq[String] = {
def loop(l: List[String], up: Int): List[String] = l match {
Expand Down
1 change: 1 addition & 0 deletions main/src/mill/main/GraphUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import mill.define.ScriptNode

import scala.collection.mutable

@mill.api.internal
private object GraphUtils {
def linksToScriptNodeGraph(links: collection.Map[String, Seq[String]]): Seq[ScriptNode] = {
val cache = mutable.Map.empty[String, ScriptNode]
Expand Down

0 comments on commit 3f8c18b

Please sign in to comment.