Skip to content

Commit f73c1d8

Browse files
authored
Merge pull request #41 from nulab/update/scallop-3.3.2
Update scallop to 3.3.2
2 parents bfbffbc + 49ecf5b commit f73c1d8

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
@@ -32,7 +32,7 @@ lazy val root = (project in file("."))
3232
.settings(
3333
name := "backlog-migration-redmine",
3434
libraryDependencies ++= Seq(
35-
"org.rogach" %% "scallop" % "3.3.1"
35+
"org.rogach" %% "scallop" % "3.3.2"
3636
),
3737
assembly / assemblyJarName := {
3838
s"${name.value}-${version.value}.jar"

0 commit comments

Comments
 (0)