Skip to content

Commit 0a67612

Browse files
authored
Merge pull request #824 from scala-steward/update/scallop-5.0.0
Update scallop from 4.1.0 to 5.0.0
2 parents da67963 + 7660b1b commit 0a67612

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
@@ -81,7 +81,7 @@ lazy val scala_core_7 = (project in file("scala-core-7"))
8181
libraryDependencies ++= scalaTestDeps,
8282
libraryDependencies += jUnitInterface,
8383
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
84-
libraryDependencies += "org.rogach" %% "scallop" % "4.1.0",
84+
libraryDependencies += "org.rogach" %% "scallop" % "5.0.0",
8585
libraryDependencies += "org.backuity.clist" %% "clist-core" % "3.5.1",
8686
libraryDependencies += "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided",
8787
libraryDependencies += "args4j" % "args4j" % "2.33"

0 commit comments

Comments
 (0)