Skip to content

Commit

Permalink
deps(scancode): Bump the minimum required version to 30.0.0
Browse files Browse the repository at this point in the history
This is the version that introduced the output format versioning, see
[1].

[1]: https://github.com/aboutcode-org/scancode-toolkit/releases/tag/v30.0.0

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 18, 2024
1 parent 16daaf4 commit 79aab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/scanners/scancode/src/main/kotlin/ScanCode.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ScanCode internal constructor(
}
}

override fun getVersionRequirement(): RangesList = RangesListFactory.create(">=3.0.0")
override fun getVersionRequirement(): RangesList = RangesListFactory.create(">=30.0.0")

override fun transformVersion(output: String): String {
// On first use, the output is prefixed by "Configuring ScanCode for first use...". The version string can be
Expand Down

0 comments on commit 79aab39

Please sign in to comment.