Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 29, 2024
1 parent 93c479a commit 37ded6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ The `org.metaborg.spoofax3:catalog` package is meant to be used internally withi

```kotlin
dependencyResolutionManagement {
repositories {
maven("https://artifacts.metaborg.org/content/groups/public/")
}
versionCatalogs {
create("libs") {
from("org.metaborg.spoofax3:catalog")
from("org.metaborg.spoofax3:catalog:<version>")
}
}
}
Expand Down

0 comments on commit 37ded6b

Please sign in to comment.