Skip to content

Commit

Permalink
Merge pull request #1681 from Baeldung/update/scallop-5.2.0
Browse files Browse the repository at this point in the history
Update scallop from 5.1.0 to 5.2.0
  • Loading branch information
mergify[bot] authored Dec 20, 2024
2 parents 5878d17 + 2d5da6a commit 03629da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0",
libraryDependencies += "org.rogach" %% "scallop" % "5.2.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",
Expand Down

0 comments on commit 03629da

Please sign in to comment.