From 10358213ebf9352084480395c53664ff82209620 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Wed, 22 Aug 2018 15:15:42 -0400 Subject: Bump scopt from 3.6.0 -> 3.7.0 This provides support for increased introspection of options inside of scopt, e.g., getting an options short option (shortOpt). Signed-off-by: Schuyler Eldridge --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b3091e0..dbb2d562 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test" libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.13.4" % "test" -libraryDependencies += "com.github.scopt" %% "scopt" % "3.6.0" +libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.0" libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.4.0" -- cgit v1.2.3