This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 0aa277d46772502defb30c7c445253def7b71220 Author: Arnout Engelen <[email protected]> AuthorDate: Sun Feb 18 12:24:58 2024 +0100 hbase/hadoop: don't upgrade --- .scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 96c9314c8..18408ccb0 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -16,6 +16,9 @@ updates.pin = [ updates.ignore = [ { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info" } { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "} + # https://github.com/apache/incubator-pekko-connectors/issues/61 + { groupId = "org.apache.hbase" } + { groupId = "org.apache.hadoop" } ] updatePullRequests = "always" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
