Update scopt to 4.0.0 (#2298)

This commit is contained in:
Scala Steward 2020-11-30 15:38:48 +01:00 committed by GitHub
parent f586e25699
commit f2f7fe4396

View file

@ -52,7 +52,7 @@ object Deps {
val sourcecodeV = "0.2.1"
// CLI deps
val scoptV = "4.0.0-RC2"
val scoptV = "4.0.0"
val sttpV = "1.7.2"
val codehausV = "3.1.2"
}