Last active
September 13, 2022 22:19
-
-
Save ChristopherDavenport/e89709a4d6d17e5af6633b200aa53c3b to your computer and use it in GitHub Desktop.
Curly Coursier Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"curly4s": { | |
"repositories": [ | |
"central" | |
], | |
"dependencies": [ | |
"io.chrisdavenport::curly4s:latest.release" | |
] | |
}, | |
"shellserve": { | |
"repositories": [ | |
"central" | |
], | |
"dependencies": [ | |
"io.chrisdavenport::shellserve:latest.release" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment