Skip to content

Commit

Permalink
Merge pull request #91 from scala-steward/update/mainargs-0.7.2
Browse files Browse the repository at this point in the history
Update mainargs to 0.7.2
  • Loading branch information
molarmanful authored Aug 27, 2024
2 parents 859e124 + 4dd3a57 commit a49f1f5
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 @@ -33,7 +33,7 @@ object sclin
def scalacOptions = Seq("-deprecation", "-feature", "-Wunused:all")
def ivyDeps = Agg(
ivy"org.typelevel::spire:0.18.0",
ivy"com.lihaoyi::mainargs:0.7.0",
ivy"com.lihaoyi::mainargs:0.7.2",
ivy"com.lihaoyi::fansi:0.5.0",
ivy"com.lihaoyi::upickle:4.0.1",
ivy"com.lihaoyi::os-lib:0.10.4",
Expand Down

0 comments on commit a49f1f5

Please sign in to comment.