Update sbt-artifactory-plugin to 0.1.2 - #123
Conversation
06f23de to
131ca8f
Compare
📝 WalkthroughWalkthroughThe build configuration updates the ChangesArtifactory plugin update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
|
There was a problem hiding this comment.
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
| 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 |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
rg -n 'sbt-artifactory-plugin.*0\.0\.2|0\.0\.2' README.mdRepository: 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.



About this PR
📦 Updates com.evolution:sbt-artifactory-plugin from
0.0.2to0.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.conffile.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.
⚙ Adjust future updates
Add this to your
.scala-steward.conffile to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency:
Summary by CodeRabbit