mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Update scalacheck to 1.14.3 (#946)
This commit is contained in:
parent
05af5c6b47
commit
ead511a1ec
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ object Deps {
|
|||
object V {
|
||||
val bouncyCastle = "1.55"
|
||||
val logback = "1.2.3"
|
||||
val scalacheck = "1.14.2"
|
||||
val scalacheck = "1.14.3"
|
||||
val scalaTest = "3.1.0"
|
||||
|
||||
val scalaTestPlus = "3.1.0.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
|
||||
|
|
Loading…
Add table
Reference in a new issue