Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@scala-steward
Copy link
Contributor

Updates com.lihaoyi:ujson from 2.0.0 to 3.0.0.
GitHub Release Notes - Release Notes - Version Diff

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.0).
You might want to review and update them manually.

doc/docs/cli-appdescriptors.md
doc/docs/cli-fetch.md
doc/docs/cli-installation.md
doc/docs/cli-overview.md
doc/docs/cli-resolve.md
doc/docs/other-repositories.md
doc/docs/other-version-handling.md
doc/website/blog/2019-02-05-1.1.0-M11.md
doc/website/blog/2019-07-05-1.1.0-M14.md
doc/website/blog/2019-07-12-2.0.0-RC1.md
doc/website/blog/2019-07-12-2.0.0-RC2.md
doc/website/package-lock.json
modules/cache/jvm/src/main/scala/coursier/cache/CacheDefaults.scala
modules/cache/jvm/src/main/scala/coursier/cache/CacheUrl.scala
modules/cache/jvm/src/main/scala/coursier/cache/internal/Terminal.scala
modules/cli-tests/src/main/scala/coursier/clitests/BootstrapTests.scala
modules/cli/src/test/scala/coursier/cli/FetchTests.scala
modules/cli/src/test/scala/coursier/cli/ResolveTests.scala
modules/core/js/src/main/scala/coursier/core/compatibility/package.scala
modules/core/jvm/src/main/scala/coursier/core/compatibility/package.scala
modules/core/shared/src/main/scala/coursier/core/Orders.scala
modules/coursier/jvm/src/main/scala/coursier/Artifacts.scala
modules/coursier/jvm/src/main/scala/coursier/Fetch.scala
modules/coursier/jvm/src/main/scala/coursier/util/InMemoryRepository.scala
modules/coursier/jvm/src/test/scala/coursier/ArtifactsTests.scala
modules/coursier/shared/src/test/scala/coursier/ResolveTests.scala
modules/coursier/shared/src/test/scala/coursier/complete/CompleteTests.scala
modules/install/src/test/scala/coursier/install/InstallTests.scala
modules/install/src/test/scala/coursier/install/VersionRangeTests.scala
modules/launcher/src/main/scala/coursier/launcher/Parameters.scala
modules/tests/shared/src/test/resources/artifacts/com.splicemachine/splice_spark/2.8.0.1915-SNAPSHOT
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_52ac03bf3169ef86f348c8f90345d93b829fd046
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_c5a2a37b5719ce2f0bdfcf2035d8c1073b6f2c58
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_d1709d3fade52ac4c6d821da13cee92b047e9809
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_main_true_classifiers_c5a2a37b5719ce2f0bdfcf2035d8c1073b6f2c58
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_main_true_classifiers_d1709d3fade52ac4c6d821da13cee92b047e9809
modules/tests/shared/src/test/resources/artifacts/sh.almond/scala-kernel-api_2.12.8/0.7.0_default
modules/tests/shared/src/test/resources/artifacts/sh.almond/scala-kernel-api_2.12.8/0.7.0_default_classifiers_d1709d3fade52ac4c6d821da13cee92b047e9809
modules/tests/shared/src/test/resources/artifacts/sh.almond/scala-kernel_2.12.8/0.7.0
modules/tests/shared/src/test/resources/resolutions/com.lihaoyi/ammonite_2.12.8/latest.stable
modules/tests/shared/src/test/resources/resolutions/com.netflix.karyon/karyon-eureka/1.0.28_default_compile_
modules/tests/shared/src/test/resources/resolutions/io.get-coursier/coursier-cli_2.12/1.1.0-M10
modules/tests/shared/src/test/resources/resolutions/io.get-coursier/coursier-cli_2.12/1.1.0-M8
modules/tests/shared/src/test/resources/resolutions/org.apache.spark/spark-core_2.10/2.1.1
modules/tests/shared/src/test/resources/resolutions/org.jitsi/jitsi-videobridge/1.0-SNAPSHOT
modules/tests/shared/src/test/resources/resolutions/org.kie/kie-api/7.27.0.Final_depdccfd735697f740439b6563777457c067ff6f040
modules/tests/shared/src/test/resources/resolutions/org.webjars.npm/randomatic/1.1.7_dep9919d01ecf0a4e7a3a7394c3f5ed27ee8a8b972d
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_params2f53eeb0a22d24b1e7106dd9a06902e9cd19570f
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_params9a5a3f38ae4510fb6a2afe6781f9f6b5410a8b9c
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_paramsa3b0313a2f2d39692416c25848f2f16908d6d7f0
modules/tests/shared/src/test/scala/coursier/test/CentralTests.scala
modules/tests/shared/src/test/scala/coursier/util/PrintTests.scala
modules/web/src/main/scala/coursier/web/App.scala
project/deps.sc
project/ghreleaseassets.sc
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-major, semver-spec-major, version-scheme:semver-spec, old-version-remains, commit-count:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants