Skip to content

Commit

Permalink
Update mainargs from 0.6.1 to 0.6.2 (#3019)
Browse files Browse the repository at this point in the history
Fix #3004

Pull request: #3019
  • Loading branch information
lefou authored Feb 19, 2024
1 parent 178528b commit cbb8941
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 @@ -142,7 +142,7 @@ object Deps {
val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.22.1"
val osLib = ivy"com.lihaoyi::os-lib:0.9.3"
val pprint = ivy"com.lihaoyi::pprint:0.8.1"
val mainargs = ivy"com.lihaoyi::mainargs:0.6.1"
val mainargs = ivy"com.lihaoyi::mainargs:0.6.2"
val millModuledefsVersion = "0.10.9"
val millModuledefsString = s"com.lihaoyi::mill-moduledefs:${millModuledefsVersion}"
val millModuledefs = ivy"${millModuledefsString}"
Expand Down

0 comments on commit cbb8941

Please sign in to comment.