Skip to content

Document coordinate format for sbt plugins and compiler plugins#27

Merged
rochala merged 1 commit intoVirtusLab:mainfrom
kubukoz:skill-sbt-plugin-coordinates
Apr 7, 2026
Merged

Document coordinate format for sbt plugins and compiler plugins#27
rochala merged 1 commit intoVirtusLab:mainfrom
kubukoz:skill-sbt-plugin-coordinates

Conversation

@kubukoz
Copy link
Copy Markdown
Contributor

@kubukoz kubukoz commented Apr 7, 2026

Summary

  • Add documentation for sbt plugin coordinate format (group:artifact_2.12_1.0:version)
  • Add documentation for compiler plugin coordinate format (full Scala version suffix like group:artifact_3.3.8:version)
  • Add sbt plugin example using org.scala-native:sbt-scala-native_2.12_1.0:latest

Context

When querying sbt plugins or compiler plugins via cellar, the coordinate format differs from regular library artifacts — they use full Scala (and sbt) version suffixes instead of the binary-compatible _3 suffix. This wasn't documented in the SKILL.md, leading to failed lookups.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@rochala rochala left a comment

Choose a reason for hiding this comment

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

LGTM

@rochala rochala merged commit 3890d17 into VirtusLab:main Apr 7, 2026
2 checks passed
@kubukoz kubukoz deleted the skill-sbt-plugin-coordinates branch April 7, 2026 20:05
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