Update junit-interface to 0.13.2 (#3781)

This commit is contained in:
Scala Steward 2021-11-01 15:37:12 +01:00 committed by GitHub
parent 92cf042ccb
commit 3c2e07d24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"