From f4696c7b657069ef1980d6d78e8646a0ead01da5 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:26:58 +0000 Subject: [PATCH] Update scallop from 5.3.0 to 6.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0398a5fdf..357c4280b 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val scala2_core = (project in file("scala-2-modules/scala2-core")) libraryDependencies += scalaReflection, libraryDependencies += scalaXmlDep, libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0", - libraryDependencies += "org.rogach" %% "scallop" % "5.3.0", + libraryDependencies += "org.rogach" %% "scallop" % "6.0.0", libraryDependencies += "org.backuity.clist" %% "clist-core" % "3.5.1", libraryDependencies += "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided", libraryDependencies += "args4j" % "args4j" % "2.37",