Skip to content

Commit

Permalink
feat: Add asdf-scala-cli to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemaitre-ledger authored and smorimoto committed Sep 8, 2023
1 parent 07d9b87 commit a4c2fa3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,20 @@ locals {
]
}

asdf-scala-cli = {
description = "Scala CLI plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
default_branch = "main"
topics = [
"asdf-plugin",
"asdf",
]
teams = [
"asdf-scala-cli",
"asdf-core",
]
}

asdf-sml = {
description = "Standard ML plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down

0 comments on commit a4c2fa3

Please sign in to comment.