Run tests against sbt 2.0.1 and update the expected test data - #121
Merged
Conversation
Bump SbtVersion_2 from 2.0.0 to 2.0.1 (latest stable sbt 2.x release) and regenerate the affected structure.xml files under test/data/2.0. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
What
Bumps the tested sbt 2.x version from
2.0.0to2.0.1(the latest stablesbt 2.x release) in
LatestSbtVersions.scala, and regenerates the expectedstructure.xmltest data affected by the change.SbtVersion_2_legacy(2.0.0-RC6) is intentionally left unchanged, as wecontinue to test against that specific version to guard the
scalaCompilerBridgeBinaryJarbinary-breakage workaround.The 1.x series versions were also checked and are already up to date
(1.10.11, 1.11.7, 1.12.13 are the latest patches in their respective lines),
so no 1.x changes were required.
Affected test projects
All updated
structure.xmlfiles live underextractor/src/test/data/2.0/:auto-scala-library-disabledbsp-disabled-projectbsp-disabled-test-configbuildinfocustom-source-generatorkotlinc-optionsmaanged-scala-auto-scala-library-disabledmissing-scala-library-jarmissing-scala-tool-configscalafix-config-disabledsimplesource-generator-failureunmanaged-scala-instance-okNature of the changes
The diffs are limited to the sbt version bump:
<structure sbt="2.0.0">→<structure sbt="2.0.1">org.scala-sbt →org.scala-sbt/sbt/2.0.1/…-2.0.1.jar`io_3dependency shipped with sbtto
1.12.2(classes and sources jars)No structural changes to the extracted model.
Testing
sbt --java-home <jdk17> clean +compile test— all 189 tests pass.