init: scala-cli project with some dependencies

This commit is contained in:
efim
2023-06-25 13:59:51 +00:00
parent 8164f46045
commit 44cc9209b4
6 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#+title: Readme
* attempting to set up something more complex in a single small project
** adding dependencies:
#+begin_src scala
//> using dep com.lihaoyi::pprint:0.8.1
#+end_src
this should be on the very top of the file, otherwise it's not visible to scala-cli
that was my error for a while - having package declaration on top