Skip to content

Commit

Permalink
Merge pull request #104 from eed3si9n/wip/4.13.1
Browse files Browse the repository at this point in the history
JUnit 4.13.1
  • Loading branch information
eed3si9n authored May 23, 2021
2 parents dde3ee9 + 34c7bd0 commit 7026626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val `junit-interface` = (project in file("."))
sbtPlugin := false

libraryDependencies ++= Seq(
"junit" % "junit" % "4.13",
"junit" % "junit" % "4.13.1",
"org.scala-sbt" % "test-interface" % "1.0",
)

Expand Down

0 comments on commit 7026626

Please sign in to comment.