-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v24.7.1
head repository: wvlet/airframe
compare: v24.8.0
- 17 commits
- 13 files changed
- 1 contributor
Commits on Jul 17, 2024
-
Update airframe-http, airframe-http-netty, ... to 24.7.1 (#3588)
## 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 `24.7.0` to `24.7.1` π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.7.1) - [Version Diff](v24.7.0...v24.7.1) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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>
Configuration menu - View commit details
-
Copy full SHA for 6e1fe7b - Browse repository at this point
Copy the full SHA 6e1fe7bView commit details
Commits on Jul 19, 2024
-
Update netty-all to 4.1.112.Final (#3589)
## About this PR π¦ Updates io.netty:netty-all from `4.1.111.Final` to `4.1.112.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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>
Configuration menu - View commit details
-
Copy full SHA for dc22cb2 - Browse repository at this point
Copy the full SHA dc22cb2View commit details
Commits on Jul 25, 2024
-
Update scalafmt-core to 3.8.3 (#3592)
## About this PR π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.2` to `3.8.3` π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) - [Version Diff](scalameta/scalafmt@v3.8.2...v3.8.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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>
Configuration menu - View commit details
-
Copy full SHA for 9c4d58e - Browse repository at this point
Copy the full SHA 9c4d58eView commit details
Commits on Jul 26, 2024
-
Update trino-main to 453 (#3593)
## About this PR π¦ Updates [io.trino:trino-main](https://github.com/trinodb/trino) from `452` to `453` π [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/453) - [Version Diff](trinodb/trino@452...453) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (452). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json airframe-json/src/test/resources/twitter.json airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql docs/airframe-ulid.md docs/release-notes.md website/static/img/features/undraw_online_transactions_02ka.svg website/static/img/features/undraw_process_e90d.svg website/static/img/features/undraw_server_down_s4lk.svg website/static/img/undraw_code_review.svg website/static/img/undraw_online.svg website/static/img/undraw_open_source.svg website/static/img/undraw_tweetstorm.svg website/static/img/undraw_youtube_tutorial.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>
Configuration menu - View commit details
-
Copy full SHA for c3f9c68 - Browse repository at this point
Copy the full SHA c3f9c68View commit details -
Update sbt-sonatype to 3.11.1 (#3594)
## About this PR π¦ Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.11.0` to `3.11.1` π [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.11.1) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](xerial/sbt-sonatype@v3.11.0...v3.11.1) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 124373f - Browse repository at this point
Copy the full SHA 124373fView commit details
Commits on Jul 29, 2024
-
Update protobuf-java to 3.25.4 (#3591)
## About this PR π¦ Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from `3.25.3` to `3.25.4` π [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.25.4) - [Version Diff](protocolbuffers/protobuf@v3.25.3...v3.25.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 = "com.google.protobuf", artifactId = "protobuf-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for de7e815 - Browse repository at this point
Copy the full SHA de7e815View commit details
Commits on Jul 31, 2024
-
Update sqlite-jdbc to 3.46.0.1 (#3595)
## About this PR π¦ Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from `3.46.0.0` to `3.46.0.1` π [GitHub Release Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.46.0.1) - [Version Diff](xerial/sqlite-jdbc@3.46.0.0...3.46.0.1) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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", artifactId = "sqlite-jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 472d709 - Browse repository at this point
Copy the full SHA 472d709View commit details
Commits on Aug 9, 2024
-
Update sbt-mima-plugin to 1.1.4 (#3602)
## About this PR π¦ Updates [com.typesafe:sbt-mima-plugin](https://github.com/lightbend-labs/mima) from `1.1.3` to `1.1.4` π [GitHub Release Notes](https://github.com/lightbend-labs/mima/releases/tag/1.1.4) - [Version Diff](lightbend-labs/mima@1.1.3...1.1.4) - [Version Diff](lightbend-labs/mima@release-1.1.3...release-1.1.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.3). You might want to review and update them manually. ``` airspec/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>
Configuration menu - View commit details
-
Copy full SHA for 0ea01a5 - Browse repository at this point
Copy the full SHA 0ea01a5View commit details -
Update snappy-java to 1.1.10.6 (#3599)
## About this PR π¦ Updates [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from `1.1.10.5` to `1.1.10.6` π [GitHub Release Notes](https://github.com/xerial/snappy-java/releases/tag/v1.1.10.6) - [Version Diff](xerial/snappy-java@v1.1.10.5...v1.1.10.6) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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>
Configuration menu - View commit details
-
Copy full SHA for 845a0b9 - Browse repository at this point
Copy the full SHA 845a0b9View commit details
Commits on Aug 10, 2024
-
Update sbt-sonatype to 3.11.2 (#3603)
## About this PR π¦ Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.11.1` to `3.11.2` π [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.11.2) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](xerial/sbt-sonatype@v3.11.1...v3.11.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for b459990 - Browse repository at this point
Copy the full SHA b459990View commit details -
Update spark-sql to 3.5.2 (#3605)
## About this PR π¦ Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from `3.5.1` to `3.5.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (3.5.1). 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.apache.spark", artifactId = "spark-sql" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.spark", artifactId = "spark-sql" } }] ``` </details> <sup> labels: test-library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 20daeff - Browse repository at this point
Copy the full SHA 20daeffView commit details -
Update slf4j-jdk14 to 2.0.16 (#3604)
## About this PR π¦ Updates org.slf4j:slf4j-jdk14 from `2.0.13` to `2.0.16` ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.slf4j", artifactId = "slf4j-jdk14" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "slf4j-jdk14" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 23fee42 - Browse repository at this point
Copy the full SHA 23fee42View commit details
Commits on Aug 15, 2024
-
Update commons-compress to 1.27.0 (#3601)
## About this PR π¦ Updates [org.apache.commons:commons-compress](https://commons.apache.org/proper/commons-compress/) from `1.26.2` to `1.27.0` ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.26.2). You might want to review and update them manually. ``` website/static/img/undraw_monitor.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 = "org.apache.commons", artifactId = "commons-compress" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.commons", artifactId = "commons-compress" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 4356111 - Browse repository at this point
Copy the full SHA 4356111View commit details
Commits on Aug 16, 2024
-
Update trino-main to 454 (#3606)
## About this PR π¦ Updates [io.trino:trino-main](https://github.com/trinodb/trino) from `453` to `454` π [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/454) - [Version Diff](trinodb/trino@453...454) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (453). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json airframe-codec/src/test/scala/wvlet/airframe/codec/JSONCodecTest.scala airframe-json/src/test/resources/twitter.json airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql docs/release-notes.md website/static/img/features/Fluentd_square.svg website/static/img/features/undraw_online_transactions_02ka.svg website/static/img/features/undraw_process_e90d.svg website/static/img/features/undraw_server_down_s4lk.svg website/static/img/undraw_code_review.svg website/static/img/undraw_open_source.svg website/static/img/undraw_youtube_tutorial.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>
Configuration menu - View commit details
-
Copy full SHA for 3507f5c - Browse repository at this point
Copy the full SHA 3507f5cView commit details
Commits on Aug 19, 2024
-
Update sbt-sonatype to 3.11.3 (#3609)
## About this PR π¦ Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.11.2` to `3.11.3` π [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.11.3) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](xerial/sbt-sonatype@v3.11.2...v3.11.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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.sbt", artifactId = "sbt-sonatype" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 6f5a4ba - Browse repository at this point
Copy the full SHA 6f5a4baView commit details -
Update auxlib, clib, javalib, nativelib, ... to 0.5.5 (#3607)
## About this PR π¦ Updates * [org.scala-native:auxlib](https://github.com/scala-native/scala-native) * [org.scala-native:clib](https://github.com/scala-native/scala-native) * [org.scala-native:javalib](https://github.com/scala-native/scala-native) * [org.scala-native:nativelib](https://github.com/scala-native/scala-native) * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:posixlib](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) * [org.scala-native:test-interface](https://github.com/scala-native/scala-native) * [org.scala-native:windowslib](https://github.com/scala-native/scala-native) from `0.5.4` to `0.5.5` π [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.5) - [Version Diff](scala-native/scala-native@v0.5.4...v0.5.5) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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.5.4). 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-native" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-native" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 1b47008 - Browse repository at this point
Copy the full SHA 1b47008View commit details -
Update sqlite-jdbc to 3.46.1.0 (#3608)
## About this PR π¦ Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from `3.46.0.1` to `3.46.1.0` π [GitHub Release Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.46.1.0) - [Version Diff](xerial/sqlite-jdbc@3.46.0.1...3.46.1.0) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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", artifactId = "sqlite-jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 2862eac - Browse repository at this point
Copy the full SHA 2862eacView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v24.7.1...v24.8.0