Skip to content

Update sbt-artifactory-plugin to 0.1.2 - #123

Merged
mr-git merged 1 commit into
evolution-gaming:masterfrom
scala-steward:update/sbt-artifactory-plugin-0.1.2
Aug 11, 2026
Merged

Update sbt-artifactory-plugin to 0.1.2#123
mr-git merged 1 commit into
evolution-gaming:masterfrom
scala-steward:update/sbt-artifactory-plugin-0.1.2

Conversation

@scala-steward

@scala-steward scala-steward commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates com.evolution:sbt-artifactory-plugin from 0.0.2 to 0.1.2

📜 GitHub Release Notes - Version Diff

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 file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (0.0.2).
You might want to review and update them manually.

README.md
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.evolution", artifactId = "sbt-artifactory-plugin" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.evolution", artifactId = "sbt-artifactory-plugin" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:1

Summary by CodeRabbit

  • Chores
    • Updated the build tooling to a newer version for improved compatibility and maintenance.

@mr-git
mr-git force-pushed the update/sbt-artifactory-plugin-0.1.2 branch from 06f23de to 131ca8f Compare August 11, 2026 09:52
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The build configuration updates the sbt-artifactory-plugin dependency from version 0.0.2 to 0.1.2.

Changes

Artifactory plugin update

Layer / File(s) Summary
Update plugin version
project/plugins.sbt
The sbt-artifactory-plugin dependency uses version 0.1.2 instead of 0.0.2.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the dependency update from sbt-artifactory-plugin to version 0.1.2.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@project/plugins.sbt`:
- Line 9: Update the README installation example for the sbt-artifactory-plugin
to use version 0.1.2, matching the version declared by addSbtPlugin in
plugins.sbt.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 017ed958-e5ba-4cc8-a254-6fcb4474849a

📥 Commits

Reviewing files that changed from the base of the PR and between aa1f323 and 131ca8f.

📒 Files selected for processing (1)
  • project/plugins.sbt

Comment thread project/plugins.sbt
addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.2.0")

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") No newline at end of file
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.1.2") No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

rg -n 'sbt-artifactory-plugin.*0\.0\.2|0\.0\.2' README.md

Repository: evolution-gaming/future-helper

Length of output: 238


🏁 Script executed:

printf '%s\n' '--- project/plugins.sbt ---'
cat -n project/plugins.sbt
printf '%s\n' '--- README.md matches ---'
rg -n -C 2 'sbt-artifactory-plugin|0\.0\.2|0\.1\.2' README.md
printf '%s\n' '--- repository-wide version matches ---'
rg -n 'sbt-artifactory-plugin|0\.0\.2|0\.1\.2' --glob '!target/**' --glob '!node_modules/**'

Repository: evolution-gaming/future-helper

Length of output: 804


Update the documented plugin version.

project/plugins.sbt uses 0.1.2, but README.md still uses 0.0.2. Update the README installation example to 0.1.2.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@project/plugins.sbt` at line 9, Update the README installation example for
the sbt-artifactory-plugin to use version 0.1.2, matching the version declared
by addSbtPlugin in plugins.sbt.

@mr-git
mr-git merged commit 3a5eace into evolution-gaming:master Aug 11, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants