Skip to content

Commit

Permalink
Merge pull request playframework#613 from scala-steward/update/junit-…
Browse files Browse the repository at this point in the history
…interface-0.13.2

junit-interface 0.13.2 (was 0.11)
  • Loading branch information
cchantep authored Nov 11, 2021
2 parents 38fb9c6 + f53e581 commit f2fbe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {

val slf4jtest = Seq("uk.org.lidalia" % "slf4j-test" % "1.2.0")

val junitInterface = Seq("com.novocode" % "junit-interface" % "0.11")
val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.2")

val scalaJava8Compat = Seq("org.scala-lang.modules" %% "scala-java8-compat" % "1.0.0")

Expand Down

0 comments on commit f2fbe6e

Please sign in to comment.