From eeb02ae2f1c32aee4eb97c33025a2a36da186d82 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Oct 2024 14:05:57 +0000 Subject: [PATCH] Update mainargs to 0.7.6 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 3763f887a..170cf9a70 100644 --- a/build.sc +++ b/build.sc @@ -122,7 +122,7 @@ object Deps { val jlineReader = ivy"org.jline:jline-reader:3.14.1" val jlineTerminal = ivy"org.jline:jline-terminal:3.14.1" val jsch = ivy"com.jcraft:jsch:0.1.55" - val mainargs = ivy"com.lihaoyi::mainargs:0.7.5" + val mainargs = ivy"com.lihaoyi::mainargs:0.7.6" val osLib = ivy"com.lihaoyi::os-lib:0.11.2" val pprint = ivy"com.lihaoyi::pprint:0.9.0" val requests = ivy"com.lihaoyi::requests:0.9.0"