Skip to content

Commit

Permalink
Merge pull request #67 from scalacenter/update/junit-4.13.2
Browse files Browse the repository at this point in the history
Update junit to 4.13.2
  • Loading branch information
danicheg authored Dec 12, 2023
2 parents 1cdf5ac + 6ba5913 commit 06d22ed
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 @@ -70,7 +70,7 @@ lazy val plugin = project
scalaOrganization.value % "scala-compiler" % scalaVersion.value
),
libraryDependencies ++= List(
"junit" % "junit" % "4.12" % "test",
"junit" % "junit" % "4.13.2" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test"
),
Test / testOptions ++= List(Tests.Argument("-v"), Tests.Argument("-s")),
Expand Down

0 comments on commit 06d22ed

Please sign in to comment.