Skip to content

Commit

Permalink
Update sbt-git to 2.1.0 (#113)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates [com.github.sbt:sbt-git](https://github.com/sbt/sbt-git) from
`2.0.1` to `2.1.0`

📜 [GitHub Release
Notes](https://github.com/sbt/sbt-git/releases/tag/v2.1.0) - [Version
Diff](sbt/sbt-git@v2.0.1...v2.1.0)

## 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/767fcfecbfd53c507152f6cf15c846176bae561d/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.github.sbt", artifactId = "sbt-git" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-git" }
}]
```
</details>

<sup>
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Oct 14, 2024
1 parent 08fb69a commit 85abda2
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
Expand Up @@ -13,7 +13,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
// publishSigned
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")

addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")

// sbt> mimaReportBinaryIssues
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

0 comments on commit 85abda2

Please sign in to comment.