Skip to content

Commit 51f93a7

Browse files
committed
update mainargs to 0.7.2
1 parent 97d1e81 commit 51f93a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.mill

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ object Deps {
154154
val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.23.1"
155155
val osLib = ivy"com.lihaoyi::os-lib:0.10.5"
156156
val pprint = ivy"com.lihaoyi::pprint:0.9.0"
157-
// val mainargs = ivy"com.lihaoyi::mainargs:0.7.1"
158-
val mainargs = ivy"com.lihaoyi::mainargs:0.0.0-191-2161a9-DIRTY6998ecd4" // TODO: need to release this as a fix
157+
val mainargs = ivy"com.lihaoyi::mainargs:0.7.2"
159158
val millModuledefsVersion = "0.11.0-M2"
160159
val millModuledefsString = s"com.lihaoyi::mill-moduledefs:${millModuledefsVersion}"
161160
val millModuledefs = ivy"${millModuledefsString}"

0 commit comments

Comments
 (0)