Skip to content

Commit

Permalink
update to mainargs with tested vararg handling
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Aug 14, 2024
1 parent d250020 commit 9d1a986
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 @@ -174,7 +174,7 @@ object Deps {
val osLib = ivy"com.lihaoyi::os-lib:0.10.3"
val pprint = ivy"com.lihaoyi::pprint:0.9.0"
// val mainargs = ivy"com.lihaoyi::mainargs:0.7.1"
val mainargs = ivy"com.lihaoyi::mainargs:0.0.0-191-2161a9-DIRTY6998ecd4" // TODO: need to release this as a fix
val mainargs = ivy"com.lihaoyi::mainargs:0.0.0-191-37b70e" // TODO: need to release this as a fix
val millModuledefsVersion = "0.10.9"
val millModuledefsString = s"com.lihaoyi::mill-moduledefs:${millModuledefsVersion}"
val millModuledefs = ivy"${millModuledefsString}"
Expand Down

0 comments on commit 9d1a986

Please sign in to comment.