Skip to content

Commit 57a33c5

Browse files
Update snakeyaml-engine to 3.0.1 (#605)
## About this PR 📦 Updates org.snakeyaml:snakeyaml-engine from `2.10` to `3.0.1` ## 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/cb5c752c7eb6258784b0f2af48271f0d27550280/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 = "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, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.snakeyaml", "artifactId" : { "name" : "snakeyaml-engine", "maybeCrossName" : null }, "version" : "2.10", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "3.0.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "commit-count:1" ] } -->
1 parent 51182b0 commit 57a33c5

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
@@ -11,6 +11,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1212
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
1313

14-
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.10"
14+
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "3.0.1"
1515

1616
resolvers ++= Resolver.sonatypeOssRepos("public")

0 commit comments

Comments
 (0)