Skip to content

Commit

Permalink
Merge pull request #11091 from scala-steward/update/junit-interface-0…
Browse files Browse the repository at this point in the history
….13.3

junit-interface 0.13.3 (was 0.13.2)
  • Loading branch information
mergify[bot] committed Jan 9, 2022
2 parents c7f5dfc + 6680a90 commit 151f571
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 @@ -112,7 +112,7 @@ object Dependencies {
.exclude("org.springframework", "spring-core")
) ++ specs2Deps.map(_ % Test)

val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.2"
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3"
val junit = "junit" % "junit" % "4.13.2"

val javaTestDeps = Seq(
Expand Down

0 comments on commit 151f571

Please sign in to comment.