Suggestion: for sbt 1.7, use `.x` syntax for scala versions
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 199
- Forks
- 67
- Avg merge
- 6h 24m
- Merged PRs (30d)
- 3
Description
SBT now supports version patterns like + 2.13.x. This means ci.yml and .mergify.yml have to be updated much less frequently.
Although, perhaps that makes sbt-github-actions somewhat less necessary
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect ci.yml and .mergify.yml to find the Scala version patterns used for sbt 1.7 builds. Replace the repeated version-specific patterns with the supported .x syntax, then verify both configuration files consistently use the new form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, scala
- Domain
- build-system, ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100