this post was submitted on 18 Oct 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It is curious because babashka itself uses 'bb.edn' as a means of configuring the dependencies of a project.
One of the babashka maintainers here. bb.edn is for projects that run on babashka not for standard JVM projects. Since babashka itself is a standard JVM project we use tools.deps/lein as usual.
Babashka also made possible 'lein2deps' and 'neil' two commands that help with the definition of a deps.edn.