Skip to content

Commit

Permalink
Merge pull request #69 from scala-steward/update/mainargs-0.6.3
Browse files Browse the repository at this point in the history
Update mainargs to 0.6.3
  • Loading branch information
molarmanful committed May 11, 2024
2 parents 728c23c + 1ec4c0c commit df4a620
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.6.1",
ivy"com.lihaoyi::mainargs:0.6.3",
ivy"com.lihaoyi::fansi:0.4.0",
ivy"com.lihaoyi::upickle:3.1.4",
ivy"com.lihaoyi::os-lib:0.9.3",
Expand Down

0 comments on commit df4a620

Please sign in to comment.