diff --git a/build.mill b/build.mill index e907aa3..f047e78 100644 --- a/build.mill +++ b/build.mill @@ -139,8 +139,8 @@ object cli extends CommonScalaModule with NativeImageModule with SonatypeCentral ) def mvnDeps = Seq( - mvn"com.monovore::decline:2.4.1", - mvn"com.monovore::decline-effect:2.4.1" + mvn"com.monovore::decline:2.6.2", + mvn"com.monovore::decline-effect:2.6.2" ) def assemblyRules = Seq( Assembly.Rule.Append("META-INF/services/.*"),