Skip to content

Commit

Permalink
feat: replace asdf-spark plugin with mise-spark plugin (#3994)
Browse files Browse the repository at this point in the history
asdf-spark is broken and mise-spark can be moved into mise-plugins org
  • Loading branch information
benberryallwood authored Jan 8, 2025
1 parent 0c9f23a commit 63a6b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| sourcery | [asdf:younke/asdf-sourcery](https://github.com/younke/asdf-sourcery) |
| spacectl | [aqua:spacelift-io/spacectl](https://github.com/spacelift-io/spacectl) [asdf:bodgit/asdf-spacectl](https://github.com/bodgit/asdf-spacectl) |
| spago | [ubi:purescript/spago](https://github.com/purescript/spago) [asdf:jrrom/asdf-spago](https://github.com/jrrom/asdf-spago) |
| spark | [asdf:joshuaballoch/asdf-spark](https://github.com/joshuaballoch/asdf-spark) |
| spark | [asdf:mise-plugins/mise-spark](https://github.com/mise-plugins/mise-spark) |
| spectral | [aqua:stoplightio/spectral](https://github.com/stoplightio/spectral) [asdf:vbyrd/asdf-spectral](https://github.com/vbyrd/asdf-spectral) |
| spin | [aqua:spinnaker/spin](https://github.com/spinnaker/spin) [asdf:pavloos/asdf-spin](https://github.com/pavloos/asdf-spin) |
| spring-boot | [asdf:joschi/asdf-spring-boot](https://github.com/joschi/asdf-spring-boot) |
Expand Down
2 changes: 1 addition & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ soracom.backends = ["ubi:soracom/soracom-cli", "asdf:gr1m0h/asdf-soracom"]
sourcery.backends = ["asdf:younke/asdf-sourcery"]
spacectl.backends = ["aqua:spacelift-io/spacectl", "asdf:bodgit/asdf-spacectl"]
spago.backends = ["ubi:purescript/spago", "asdf:jrrom/asdf-spago"]
spark.backends = ["asdf:joshuaballoch/asdf-spark"]
spark.backends = ["asdf:mise-plugins/mise-spark"]
spectral.backends = ["aqua:stoplightio/spectral", "asdf:vbyrd/asdf-spectral"]
spin.backends = ["aqua:spinnaker/spin", "asdf:pavloos/asdf-spin"]
spring-boot.backends = ["asdf:joschi/asdf-spring-boot"]
Expand Down

0 comments on commit 63a6b3a

Please sign in to comment.