Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wvlet/airframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.7.2
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.7.4
Choose a head ref
  • 18 commits
  • 24 files changed
  • 3 contributors

Commits on Jul 12, 2023

  1. Update msgpack-core to 0.9.4 and jackson 2.15.2 (#3058)

    ## About this PR
    📦 Updates
    [org.msgpack:msgpack-core](https://github.com/msgpack/msgpack-java) from
    `0.9.3` to `0.9.4`
    
    📜 [GitHub Release
    Notes](https://github.com/msgpack/msgpack-java/releases/tag/v0.9.4) -
    [Version
    Diff](msgpack/msgpack-java@v0.9.3...v0.9.4)
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (0.9.3).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.msgpack", artifactId = "msgpack-core" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.msgpack", artifactId = "msgpack-core" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7cc3af8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Update airframe-http, airframe-http-netty, ... to 23.7.2 (#3060)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-netty](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from `23.7.1` to `23.7.2`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.7.2) -
    [Version
    Diff](v23.7.1...v23.7.2)
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.wvlet.airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ce646df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5fd84b View commit details
    Browse the repository at this point in the history
  3. Update snappy-java to 1.1.10.2 (#3062)

    ## About this PR
    📦 Updates
    [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java)
    from `1.1.10.1` to `1.1.10.2`
    
    📜 [GitHub Release
    Notes](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.2) -
    [Version
    Diff](xerial/snappy-java@v1.1.10.1...v1.1.10.2)
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.xerial.snappy", artifactId = "snappy-java" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial.snappy", artifactId = "snappy-java" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    baf4eab View commit details
    Browse the repository at this point in the history
  4. Update scalafmt-core to 3.7.9 (#3059)

    ## About this PR
    📦 Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from `3.7.8` to `3.7.9`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.9) -
    [Version
    Diff](scalameta/scalafmt@v3.7.8...v3.7.9)
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ae2d9d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Update trino-main to 422 (#3063)

    ## About this PR
    📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `421` to `422`
    
    📜 [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/422) - [Version
    Diff](trinodb/trino@421...422)
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (421).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-json/src/test/resources/twitter.json
    docs/release-notes.md
    website/static/img/features/undraw_online_transactions_02ka.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_operating_system.svg
    website/static/img/undraw_react.svg
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.trino", artifactId = "trino-main" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.trino", artifactId = "trino-main" }
    }]
    ```
    </details>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d079b12 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    7ebeff4 View commit details
    Browse the repository at this point in the history
  2. Update scalafmt-core to 3.7.10 (#3065)

    ## About this PR
    📦 Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from `3.7.9` to `3.7.10`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.10) -
    [Version
    Diff](scalameta/scalafmt@v3.7.9...v3.7.10)
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    158fe17 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Update sbt-mima-plugin to 1.1.3 (#3067)

    ## About this PR
    📦 Updates
    [com.typesafe:sbt-mima-plugin](https://github.com/lightbend/mima) from
    `1.1.2` to `1.1.3`
    
    📜 [GitHub Release
    Notes](https://github.com/lightbend/mima/releases/tag/1.1.3) - [Version
    Diff](lightbend-labs/mima@1.1.2...1.1.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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (1.1.2).
    You might want to review and update them manually.
    ```
    airspec/build.sbt
    airspec/src/test/scala/examples/AsyncTest.scala
    build.sbt
    docs/release-notes.md
    sbt-airframe/src/sbt-test/sbt-airframe/generate-client/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/rpc-finagle/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/build.sbt
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "com.typesafe", artifactId = "sbt-mima-plugin" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "com.typesafe", artifactId = "sbt-mima-plugin" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    73aac49 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update netty-all to 4.1.95.Final (#3069)

    ## About this PR
    📦 Updates io.netty:netty-all from `4.1.94.Final` to `4.1.95.Final`
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.netty", artifactId = "netty-all" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.netty", artifactId = "netty-all" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a866b6e View commit details
    Browse the repository at this point in the history
  2. Update snappy-java to 1.1.10.3 (#3070)

    ## About this PR
    📦 Updates
    [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java)
    from `1.1.10.2` to `1.1.10.3`
    
    📜 [GitHub Release
    Notes](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.3) -
    [Version
    Diff](xerial/snappy-java@v1.1.10.2...v1.1.10.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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.xerial.snappy", artifactId = "snappy-java" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial.snappy", artifactId = "snappy-java" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c832d17 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    92ce7bc View commit details
    Browse the repository at this point in the history
  2. Update airframe-http, airframe-http-netty, ... to 23.7.3 (#3072)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-netty](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from `23.7.2` to `23.7.3`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.7.3) -
    [Version
    Diff](v23.7.2...v23.7.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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.wvlet.airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    45435d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update sbt, sbt-dependency-tree, ... to 1.9.3 (#3071)

    ## About this PR
    📦 Updates 
    * [org.scala-sbt:sbt](https://github.com/sbt/sbt)
    * [org.scala-sbt:sbt-dependency-tree](https://github.com/sbt/sbt)
    * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
    
     from `1.9.2` to `1.9.3`
    
    📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.3)
    - [Version Diff](sbt/sbt@v1.9.2...v1.9.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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (1.9.2).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scala-sbt" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-sbt" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e8777f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update scalafmt-core to 3.7.11 (#3073)

    ## About this PR
    📦 Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from `3.7.10` to `3.7.11`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.11) -
    [Version
    Diff](scalameta/scalafmt@v3.7.10...v3.7.11)
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8b44009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d4fa6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    9c55c5b View commit details
    Browse the repository at this point in the history
  2. Update netty-all to 4.1.96.Final (#3074)

    ## About this PR
    📦 Updates io.netty:netty-all from `4.1.95.Final` to `4.1.96.Final`
    
    ## 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`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.netty", artifactId = "netty-all" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.netty", artifactId = "netty-all" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    653965e View commit details
    Browse the repository at this point in the history
Loading