From 85aa6079fe610fe4cce066da90edcc7cf87a9704 Mon Sep 17 00:00:00 2001 From: Lorenz Buehmann Date: Fri, 6 Jan 2017 13:34:13 +0100 Subject: [PATCH] [Flink-5378] Bumped Scopt version to 3.5.0. This will also allow for using comma-separated values in the CLI. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d536ac3ad025b..e382d2acd460d 100644 --- a/pom.xml +++ b/pom.xml @@ -401,7 +401,7 @@ under the License. com.github.scopt scopt_${scala.binary.version} - 3.2.0 + 3.5.0 org.scala-lang