1
0
Fork 0
mirror of https://github.com/bitcoin-s/bitcoin-s.git synced 2025-03-16 04:33:01 +01:00

Update scopt to 4.0.0 ()

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" val sourcecodeV = "0.2.1"
// CLI deps // CLI deps
val scoptV = "4.0.0-RC2" val scoptV = "4.0.0"
val sttpV = "1.7.2" val sttpV = "1.7.2"
val codehausV = "3.1.2" val codehausV = "3.1.2"
} }