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 file.
Have a fantastic day writing Scala!
π Files still referring to the old version number
The following files still refer to the old version number (2.0).
You might want to review and update them manually.
```
LICENSE.txt
Quickstart.sc
README.md
build.sbt
client/src/main/scala/skuber/json/PlayJsonSupportForAkkaHttp.scala
client/src/test/resources/examplePodList.json
client/src/test/resources/examplePodWithNodeAffinity.json
client/src/test/scala/skuber/api/ListQueryParamSpec.scala
client/src/test/scala/skuber/json/PodFormatSpec.scala
docs/GUIDE.md
docs/MIGRATION_1-to-2.md
project/plugins.sbt
```
β Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
```
updates.ignore = [ { groupId = "org.yaml", artifactId = "snakeyaml" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.yaml", artifactId = "snakeyaml" }
}]
```
About this PR
π¦ Updates org.yaml:snakeyaml from
2.0
to2.3
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
file.Have a fantastic day writing Scala!
π Files still referring to the old version number
The following files still refer to the old version number (2.0). You might want to review and update them manually. ``` LICENSE.txt Quickstart.sc README.md build.sbt client/src/main/scala/skuber/json/PlayJsonSupportForAkkaHttp.scala client/src/test/resources/examplePodList.json client/src/test/resources/examplePodWithNodeAffinity.json client/src/test/scala/skuber/api/ListQueryParamSpec.scala client/src/test/scala/skuber/json/PodFormatSpec.scala docs/GUIDE.md docs/MIGRATION_1-to-2.md project/plugins.sbt ```β Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.yaml", artifactId = "snakeyaml" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.yaml", artifactId = "snakeyaml" } }] ```labels: library-update, old-version-remains, commit-count:1