Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge #169
Browse files Browse the repository at this point in the history
169: Update sbt to 1.9.4 r=samueltardieu a=scala-steward

## About this PR
📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.8.3` to `1.9.4`

📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.4) - [Version Diff](sbt/sbt@v1.8.3...v1.9.4)

## 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/fd2970bb455e62fab7a419c29a354de3ae727b4d/docs/repo-specific-configuration.md) file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (1.8.3).
You might want to review and update them manually.
```
project/plugins.sbt
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
```
updates.ignore = [ { groupId = "org.scala-sbt", artifactId = "sbt" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:1
</sup>

Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
bors[bot] and scala-steward authored Sep 11, 2023
2 parents 835520b + 7bb7d53 commit 7cc9ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.9.4

0 comments on commit 7cc9ccb

Please sign in to comment.