Skip to content

Commit

Permalink
Merge pull request #101 from scala-steward/update/mainargs-0.7.5
Browse files Browse the repository at this point in the history
Update mainargs to 0.7.5
  • Loading branch information
molarmanful authored Sep 19, 2024
2 parents 5b27956 + fd98391 commit b9f82b8
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.2",
ivy"com.lihaoyi::mainargs:0.7.5",
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 b9f82b8

Please sign in to comment.