scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
234 stars 101 forks source link

Update jimfs to 1.3.0 #463

Open scala-center-steward[bot] opened 1 year ago

scala-center-steward[bot] commented 1 year ago

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. ``` .github/workflows/ci.yml build.sbt manual/src/ornate/changelog.md manual/src/ornate/getting-started.md sbt-scalajs-bundler/src/main/scala/scalajsbundler/Stats.scala sbt-scalajs-bundler/src/main/scala/scalajsbundler/sbtplugin/ScalaJSBundlerPlugin.scala sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/sharedconfig/build.sbt ```
βš™ 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