Skip to content

Commit 03629da

Browse files
authored
Merge pull request #1681 from Baeldung/update/scallop-5.2.0
Update scallop from 5.1.0 to 5.2.0
2 parents 5878d17 + 2d5da6a commit 03629da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ lazy val scala2_core = (project in file("scala-2-modules/scala2-core"))
6060
libraryDependencies += scalaReflection,
6161
libraryDependencies += scalaXmlDep,
6262
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
63-
libraryDependencies += "org.rogach" %% "scallop" % "5.1.0",
63+
libraryDependencies += "org.rogach" %% "scallop" % "5.2.0",
6464
libraryDependencies += "org.backuity.clist" %% "clist-core" % "3.5.1",
6565
libraryDependencies += "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided",
6666
libraryDependencies += "args4j" % "args4j" % "2.37",

0 commit comments

Comments
 (0)