coursier / coursier

Pure Scala Artifact Fetching
https://get-coursier.io
Apache License 2.0
2.02k stars 301 forks source link

Update ujson to 3.3.1 #2983

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

About this PR

📦 Updates com.lihaoyi:ujson from 3.3.0 to 3.3.1

📜 GitHub Release Notes - Release Notes - Version Diff

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 (3.3.0). You might want to review and update them manually. ``` doc/docs/cli-complete.md doc/website/package-lock.json modules/coursier/shared/src/test/scala/coursier/tests/ResolveTests.scala modules/tests/shared/src/test/resources/artifacts/com.splicemachine/splice_spark/2.8.0.1915-SNAPSHOT modules/tests/shared/src/test/resources/resolutions/com.geirsson/sbt-ci-release/sbtVersion_1.0_scalaVersion_2.12/1.2.6 ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.lihaoyi", artifactId = "ujson" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lihaoyi", artifactId = "ujson" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, old-version-remains, commit-count:1