Skip to content

Commit

Permalink
Update junit-interface to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed May 20, 2022
1 parent 376771f commit eafa704
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 @@ -40,7 +40,7 @@ lazy val root = (project in file("."))
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.1.4" % Test,
// Test framework dependencies
"org.scalatest" %% "scalatest" % "3.1.2" % Test,
"com.novocode" % "junit-interface" % "0.11" % Test
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
),
(Compile / PB.targets) := Seq(
scalapb.gen() -> (Compile / sourceManaged).value
Expand Down

0 comments on commit eafa704

Please sign in to comment.