This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 4814873aca Update jupiter-interface, ... to 0.19.0 (#2951)
4814873aca is described below
commit 4814873aca8eebac8c526e8c242c25aadc7ad160
Author: Scala Steward <[email protected]>
AuthorDate: Sat May 9 16:56:59 2026 +0200
Update jupiter-interface, ... to 0.19.0 (#2951)
---
project/Dependencies.scala | 2 +-
project/plugins.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 83ca91976b..57255b1c54 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -123,7 +123,7 @@ object Dependencies {
val junit6 = "org.junit.jupiter" % "junit-jupiter-engine" %
junit6Version % Test
val junitPlatformLauncher = "org.junit.platform" %
"junit-platform-launcher" % junit6Version % Test
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" %
Test
- val jupiterInterface = "com.github.sbt.junit" % "jupiter-interface" %
"0.18.0" % Test
+ val jupiterInterface = "com.github.sbt.junit" % "jupiter-interface" %
"0.19.0" % Test
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" %
Test
val logback = Compile.logback % Test
diff --git a/project/plugins.sbt b/project/plugins.sbt
index bfdb345de8..a369bd2ef7 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -10,7 +10,7 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.11.0")
-addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.18.0")
+addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.19.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]