From 5f5d1a2ccf64d481d49c35a6ebba95e32368443a Mon Sep 17 00:00:00 2001
From: Scala Steward <43047562+scala-steward@users.noreply.github.com>
Date: Mon, 29 Apr 2024 10:17:17 +0200
Subject: [PATCH] Update sbt-protoc to 1.0.7 (#64)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
[com.thesamet:sbt-protoc](https://github.com/thesamet/sbt-protoc) from
`1.0.3` to `1.0.7`
📜 [GitHub Release
Notes](https://github.com/thesamet/sbt-protoc/releases/tag/v1.0.7) -
[Changelog](https://github.com/thesamet/sbt-protoc/blob/master/CHANGELOG.md)
- [Version
Diff](https://github.com/thesamet/sbt-protoc/compare/v1.0.3...v1.0.7)
## Usage
✅ **Please merge!**
I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/996af6a8b62b210637ba5fccc37d073f7131f6e2/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
âš™ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "com.thesamet", artifactId = "sbt-protoc" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.thesamet", artifactId = "sbt-protoc" }
}]
```
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch,
commit-count:1
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index db8e017c..bbdb3436 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3")
+addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addDependencyTreePlugin