Skip to content

Commit

Permalink
Update sbt-protoc to 1.0.7 (#64)
Browse files Browse the repository at this point in the history
## 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](thesamet/sbt-protoc@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!_

<details>
<summary>βš™ Adjust future updates</summary>

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" }
}]
```
</details>

<sup>
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>
  • Loading branch information
scala-steward authored Apr 29, 2024
1 parent 2906cdf commit 5f5d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5f5d1a2

Please sign in to comment.