Skip to content

Commit a49f1f5

Browse files
authored
Merge pull request #91 from scala-steward/update/mainargs-0.7.2
Update mainargs to 0.7.2
2 parents 859e124 + 4dd3a57 commit a49f1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object sclin
3333
def scalacOptions = Seq("-deprecation", "-feature", "-Wunused:all")
3434
def ivyDeps = Agg(
3535
ivy"org.typelevel::spire:0.18.0",
36-
ivy"com.lihaoyi::mainargs:0.7.0",
36+
ivy"com.lihaoyi::mainargs:0.7.2",
3737
ivy"com.lihaoyi::fansi:0.5.0",
3838
ivy"com.lihaoyi::upickle:4.0.1",
3939
ivy"com.lihaoyi::os-lib:0.10.4",

0 commit comments

Comments
 (0)