Bump dependencies - #124
Merged
Merged
Conversation
Consolidates the open scala-steward version bumps into one change: - cats-effect 3.6.3 -> 3.7.0 (#96) - fs2-io 3.11.0 -> 3.13.0 (#91) - tasty-query 1.7.0 -> 1.8.0 (#90) - scala3-tasty-inspector 3.8.1 -> 3.8.4 (#94) - decline, decline-effect 2.4.1 -> 2.6.2 (#92) - slf4j-nop 1.7.36 -> 2.0.18 (#109) - pyroscope agent 2.5.2 -> 2.5.4 (#108) - munit 1.0.4 -> 1.3.5 (#122) - munit-cats-effect 2.0.0 -> 2.2.0 (#97) #110 (otel4s 0.13.2) is obsolete: main is already on otel4s 1.0.1 and otel4s-sdk 0.19.0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Keeps scalaVersion in sync with scala3-tasty-inspector, and makes the Scala 3 test fixture emit 3.8.4 TASTy so tasty-query 1.8.0 is exercised against the newest TASTy version. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the open scala-steward version bumps into a single PR.
scalaVersion)#110 (otel4s 0.13.2) is not included — it is obsolete, since main already
runs otel4s 1.0.1 / otel4s-sdk 0.19.0 after #120.
scalaVersionis bumped alongside the inspector so the two stay in sync; italso means the Scala 3 test fixture is compiled with 3.8.4, exercising
tasty-query 1.8.0 against the newest TASTy version.
The
3.8.1pins insideIntegrationTest.scalaandProjectAwareIntegrationTest.scalaare left alone deliberately — they arefixture coordinates that give coverage of an older TASTy version.
./mill __.testpasses locally (623 tasks, 0 failures).🤖 Generated with Claude Code