This is an automated email from the ASF dual-hosted git repository.
hepin 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 0cd7a7dbe9 Update jupiter-interface, ... to 0.17.1 (#2756)
0cd7a7dbe9 is described below
commit 0cd7a7dbe9b25756127968c2af5d117013167ba2
Author: Scala Steward <[email protected]>
AuthorDate: Wed Mar 18 18:23:37 2026 +0100
Update jupiter-interface, ... to 0.17.1 (#2756)
---
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 3e6df27595..df780cfddb 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -120,7 +120,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.17.0" % Test
+ val jupiterInterface = "com.github.sbt.junit" % "jupiter-interface" %
"0.17.1" % 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 eebd2f0832..8f382b2096 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.10.0")
-addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.17.0")
+addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.17.1")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]