mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 10:13:26 +01:00
Update scalacheck-1-15 to 3.2.12.0 (#5068)
This commit is contained in:
parent
4c6090207a
commit
09150e5a1f
@ -18,7 +18,7 @@ object Deps {
|
||||
val scalaTest = "3.2.15" //https://www.scalatest.org/
|
||||
|
||||
val scalaTestPlus =
|
||||
"3.2.12.0-RC2" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
|
||||
"3.2.12.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
|
||||
val slf4j = "2.0.7"
|
||||
val spray = "1.3.6"
|
||||
val zeromq = "0.5.3"
|
||||
@ -225,7 +225,7 @@ object Deps {
|
||||
"org.scalatest" %%% "scalatest" % V.scalaTest withSources () withJavadoc ())
|
||||
|
||||
val scalaTestPlus = Def.setting(
|
||||
"org.scalatestplus" %%% "scalacheck-1-15" % V.scalaTestPlus withSources () withJavadoc ())
|
||||
"org.scalatestplus" %%% "scalacheck-1-16" % V.scalaTestPlus withSources () withJavadoc ())
|
||||
|
||||
val pgEmbedded =
|
||||
"com.opentable.components" % "otj-pg-embedded" % V.pgEmbeddedV withSources () withJavadoc ()
|
||||
|
Loading…
Reference in New Issue
Block a user