From 2ce9681b5ef9ffa57081e4c93e24053bdcb8bbe4 Mon Sep 17 00:00:00 2001
From: "scala-steward-for-moia[bot]"
<97042238+scala-steward-for-moia[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 09:27:50 +0000
Subject: [PATCH] Update sbt, scripted-plugin to 1.10.6 (#132)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.10.5` to `1.10.6`
📜 [GitHub Release
Notes](https://github.com/sbt/sbt/releases/tag/v1.10.6) - [Version
Diff](https://github.com/sbt/sbt/compare/v1.10.5...v1.10.6)
## 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/f89466c2b9d28c5029de11ecd442329caf0f5b70/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 = "org.scala-sbt" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-sbt" }
}]
```
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:early-semver, commit-count:1
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
---
project/build.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/build.properties b/project/build.properties
index db1723b..e88a0d8 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.10.5
+sbt.version=1.10.6