Skip to content

Commit 6f8621f

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2626

2727
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
2828

29-
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6"
29+
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9"
3030

3131
resolvers += Resolver.sonatypeRepo("public")

0 commit comments

Comments
 (0)