mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 13:25:49 +01:00
Update junit-interface to 0.13.2 (#3781)
This commit is contained in:
parent
92cf042ccb
commit
3c2e07d24e
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ object Deps {
|
|||
val akkaStreamv = "2.6.17"
|
||||
val jUnixSocketV = "2.4.0"
|
||||
val scodecV = "1.1.29"
|
||||
val junitV = "0.11"
|
||||
val junitV = "0.13.2"
|
||||
val nativeLoaderV = "2.4.0"
|
||||
val typesafeConfigV = "1.4.1"
|
||||
|
||||
|
@ -244,7 +244,7 @@ object Deps {
|
|||
"org.scala-lang.modules" %% "scala-async" % V.asyncNewScalaV % "test" withSources () withJavadoc ()
|
||||
|
||||
val junitInterface =
|
||||
"com.novocode" % "junit-interface" % V.junitV % "test" withSources () withJavadoc ()
|
||||
"com.github.sbt" % "junit-interface" % V.junitV % "test" withSources () withJavadoc ()
|
||||
val logback = Compile.logback % "test"
|
||||
val grizzledSlf4j = Compile.grizzledSlf4j % "test"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue