Skip to content

Commit 2eaf0b6

Browse files
authored
Merge pull request #1239 from Baeldung/update/scallop-5.1.0
Update scallop from 5.0.1 to 5.1.0
2 parents c69e96d + 3f6fbe1 commit 2eaf0b6

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
@@ -61,7 +61,7 @@ lazy val scala2_core = (project in file("scala-core-modules/scala2-core"))
6161
libraryDependencies += scalaReflection,
6262
libraryDependencies += scalaXmlDep,
6363
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
64-
libraryDependencies += "org.rogach" %% "scallop" % "5.0.1",
64+
libraryDependencies += "org.rogach" %% "scallop" % "5.1.0",
6565
libraryDependencies += "org.backuity.clist" %% "clist-core" % "3.5.1",
6666
libraryDependencies += "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided",
6767
libraryDependencies += "args4j" % "args4j" % "2.37",

0 commit comments

Comments
 (0)