Commit 6f8621f
Update snakeyaml-engine to 2.9 (#465)
## About this PR
📦 Updates org.snakeyaml:snakeyaml-engine from `2.6` to `2.9`
## 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/cef750ca7ef49bfcc10ef9e8db0c6284b3a873c5/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 (2.6).
You might want to review and update them manually.
```
build.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.snakeyaml", artifactId = "snakeyaml-engine" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.snakeyaml", artifactId = "snakeyaml-engine" }
}]
```
</details>
<sup>
labels: library-update, old-version-remains, commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.snakeyaml",
"artifactId" : {
"name" : "snakeyaml-engine",
"maybeCrossName" : null
},
"version" : "2.6",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"2.9"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"library-update",
"old-version-remains",
"commit-count:1"
]
} -->
Co-authored-by: Adam Hearn <[email protected]>1 parent 470a729 commit 6f8621f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
0 commit comments