We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfbffbc + 49ecf5b commit f73c1d8Copy full SHA for f73c1d8
build.sbt
@@ -32,7 +32,7 @@ lazy val root = (project in file("."))
32
.settings(
33
name := "backlog-migration-redmine",
34
libraryDependencies ++= Seq(
35
- "org.rogach" %% "scallop" % "3.3.1"
+ "org.rogach" %% "scallop" % "3.3.2"
36
),
37
assembly / assemblyJarName := {
38
s"${name.value}-${version.value}.jar"
0 commit comments