Skip to content

Commit

Permalink
Merge pull request #42 from scala-steward/update/mainargs-0.5.1
Browse files Browse the repository at this point in the history
Update mainargs to 0.5.1
  • Loading branch information
molarmanful authored Aug 16, 2023
2 parents ffe4e87 + d7da4c7 commit 46c2535
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 @@ -23,7 +23,7 @@ object sclin extends ScalaModule with PublishModule {
def scalacOptions = Seq("-deprecation", "-feature")
def ivyDeps = Agg(
ivy"org.typelevel::spire:0.18.0",
ivy"com.lihaoyi::mainargs:0.5.0",
ivy"com.lihaoyi::mainargs:0.5.1",
ivy"com.lihaoyi::os-lib:0.9.1",
ivy"com.lihaoyi::fansi:0.4.0",
ivy"com.lihaoyi::upickle:3.1.0",
Expand Down

0 comments on commit 46c2535

Please sign in to comment.