Switch to lein project

This commit is contained in:
Jeremy Dormitzer 2018-07-16 18:39:34 -04:00
parent 670bb1ff14
commit f7b60e8104
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
{:deps
{overtone {:mvn/version "0.10.3"}}}

2
project.clj Normal file
View File

@ -0,0 +1,2 @@
(defproject clojure-school-of-music "0.1.0"
:dependencies [[overtone "0.10.3"]])