mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 06:31:55 +01:00
Update scalatest to 3.1.1 (#1142)
This commit is contained in:
parent
44211abe83
commit
8257d61dbb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ object Deps {
|
|||
val bouncyCastle = "1.55"
|
||||
val logback = "1.2.3"
|
||||
val scalacheck = "1.14.3"
|
||||
val scalaTest = "3.1.0"
|
||||
val scalaTest = "3.1.1"
|
||||
|
||||
val scalaTestPlus = "3.1.1.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
|
||||
val slf4j = "1.7.30"
|
||||
|
|
Loading…
Add table
Reference in a new issue