Skip to content

Commit

Permalink
update mainargs to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Aug 16, 2024
1 parent d250020 commit dc71022
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ object Deps {
val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.23.1"
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.7.2"
val millModuledefsVersion = "0.10.9"
val millModuledefsString = s"com.lihaoyi::mill-moduledefs:${millModuledefsVersion}"
val millModuledefs = ivy"${millModuledefsString}"
Expand Down

0 comments on commit dc71022

Please sign in to comment.