mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 06:45:21 +01:00
upgrade scalatest dependencies (#4411)
This commit is contained in:
parent
4dc1bc7050
commit
970b6fd6eb
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ object Deps {
|
|||
|
||||
val grizzledSlf4j = "1.3.4"
|
||||
val scalacheck = "1.15.4"
|
||||
val scalaTest = "3.2.10"
|
||||
val scalaTest = "3.2.12"
|
||||
|
||||
val scalaTestPlus =
|
||||
"3.2.2.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
|
||||
"3.2.12.0-RC2" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
|
||||
val slf4j = "1.7.36"
|
||||
val spray = "1.3.6"
|
||||
val zeromq = "0.5.2"
|
||||
|
@ -239,7 +239,7 @@ object Deps {
|
|||
"org.scalatest" %%% "scalatest" % V.scalaTest withSources () withJavadoc ())
|
||||
|
||||
val scalaTestPlus = Def.setting(
|
||||
"org.scalatestplus" %%% "scalacheck-1-14" % V.scalaTestPlus withSources () withJavadoc ())
|
||||
"org.scalatestplus" %%% "scalacheck-1-15" % V.scalaTestPlus withSources () withJavadoc ())
|
||||
|
||||
val pgEmbedded =
|
||||
"com.opentable.components" % "otj-pg-embedded" % V.pgEmbeddedV withSources () withJavadoc ()
|
||||
|
|
Loading…
Add table
Reference in a new issue