Skip to content

Commit

Permalink
Also watch the MILL_DEV_VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 5, 2023
1 parent 0763743 commit 98fbb13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ object Deps_0_6 extends Deps {

val latestDeps: Seq[Deps] = {
val path = baseDir / "MILL_DEV_VERSION"
interp.watch(path)
println(s"Checking for file ${path}")
if (os.exists(path)) {
Try { Seq(new Deps_latest(os.read(path).trim())) }
Expand Down

0 comments on commit 98fbb13

Please sign in to comment.