Skip to content

Commit dc71022

Browse files
committed
update mainargs to 0.7.2
1 parent d250020 commit dc71022

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ object Deps {
173173
val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.23.1"
174174
val osLib = ivy"com.lihaoyi::os-lib:0.10.3"
175175
val pprint = ivy"com.lihaoyi::pprint:0.9.0"
176-
// val mainargs = ivy"com.lihaoyi::mainargs:0.7.1"
177-
val mainargs = ivy"com.lihaoyi::mainargs:0.0.0-191-2161a9-DIRTY6998ecd4" // TODO: need to release this as a fix
176+
val mainargs = ivy"com.lihaoyi::mainargs:0.7.2"
178177
val millModuledefsVersion = "0.10.9"
179178
val millModuledefsString = s"com.lihaoyi::mill-moduledefs:${millModuledefsVersion}"
180179
val millModuledefs = ivy"${millModuledefsString}"

0 commit comments

Comments
 (0)