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-connectors-kafka.git
commit 6892c66f4db4187af5ea9c7d56ee7bfc89067900 Author: PJ Fanning <[email protected]> AuthorDate: Tue Feb 18 19:28:42 2025 +0100 remove unused import --- project/Versions.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 31a25cc8..40b09b8b 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -7,7 +7,6 @@ * This file is part of the Apache Pekko project, which was derived from Akka. */ -import net.aichler.jupiter.sbt.Import.JupiterKeys import sbt._ import sbt.Keys._ import sbt.ExclusionRule --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
