diff options
| author | Schuyler Eldridge | 2017-05-18 16:49:55 -0400 |
|---|---|---|
| committer | Chick Markley | 2017-05-18 13:49:55 -0700 |
| commit | a2b3757eba2c108f2d3fa9b09d1bdd84db33c4bc (patch) | |
| tree | 90cc89ef32f3034c3ec192e25ce72a028208bab4 /build.sbt | |
| parent | 9c50af20027801d8623edd1db2c63c4eb449b3ae (diff) | |
Bump scopt for prettier option parsing (#546)
Scopt 3.5.0 adds (subjectively) sane two-column output of option
parsing help text which it enables by default.
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.6" % "test" libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.12.5" % "test" -libraryDependencies += "com.github.scopt" %% "scopt" % "3.4.0" +libraryDependencies += "com.github.scopt" %% "scopt" % "3.5.0" libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.2" |
