This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit c8738067bf58cb0332b6fd63de9472ac4961385b Author: PJ Fanning <[email protected]> AuthorDate: Thu Dec 18 12:22:01 2025 +0100 Remove 2nd sbt-dynver plugin import from plugins.sbt --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f776c156c..a62c10443 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,7 +28,6 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4") -addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13") addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
