Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jimfs to 1.3.0 #2269

Merged
merged 1 commit into from Jul 7, 2023
Merged

Conversation

scala-steward
Copy link
Contributor

About this PR

πŸ“¦ Updates com.google.jimfs:jimfs from 1.2 to 1.3.0

πŸ“œ GitHub 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 (1.2).
You might want to review and update them manually.

build.sc
modules/build/src/test/scala/scala/build/options/publish/ComputeVersionTests.scala
modules/build/src/test/scala/scala/build/tests/BuildOptionsTests.scala
modules/cli/src/main/scala/scala/cli/launcher/LauncherCli.scala
modules/cli/src/test/scala/cli/tests/LauncherCliTest.scala
modules/cli/src/test/scala/cli/tests/ScalafmtTest.scala
modules/core/src/main/scala/scala/build/internals/Licenses.scala
modules/integration/src/test/scala/scala/cli/integration/ConfigTests.scala
project/deps.sc
project/settings.sc
website/docs/commands/export.md
website/docs/commands/publishing/publish.md
website/docs/cookbooks/gh-action.md
website/docs/guides/internals.md
website/docs/guides/old-runner-migration.md
website/docs/guides/scala-js.md
website/docs/reference/scala-versions.md
website/docs/release_notes.md
website/package.json
website/static/img/cmd.svg
website/static/img/complete-install.svg
website/static/img/dark/complete-install.svg
website/static/img/dark/defaults.svg
website/static/img/dark/demo.svg
website/static/img/dark/education.svg
website/static/img/dark/embeddable_scripts.svg
website/static/img/dark/learning_curve.svg
website/static/img/dark/powerful_scripts.svg
website/static/img/dark/projects.svg
website/static/img/dark/prototyping.svg
website/static/img/dark/universal_tool.svg
website/static/img/dark/versions.svg
website/static/img/defaults.svg
website/static/img/demo.svg
website/static/img/education.svg
website/static/img/embeddable_scripts.svg
website/static/img/fast.svg
website/static/img/intuitive.svg
website/static/img/learning_curve.svg
website/static/img/powerful_scripts.svg
website/static/img/projects.svg
website/static/img/prototyping.svg
website/static/img/undraw_docusaurus_mountain.svg
website/static/img/undraw_docusaurus_react.svg
website/static/img/undraw_docusaurus_tree.svg
website/static/img/universal_tool.svg
website/static/img/versions.svg
website/yarn.lock
βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.google.jimfs", artifactId = "jimfs" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.google.jimfs", artifactId = "jimfs" }
}]
labels: library-update, old-version-remains, commit-count:1

@lwronski lwronski merged commit 97f3329 into VirtusLab:main Jul 7, 2023
38 checks passed
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.

None yet

2 participants