Re: lein compile for clj-time problem..

2010-11-25 Thread Prometheus
Thanks Steve.. Regards P: On Nov 26, 1:51 am, Rayne wrote: > If you're using leiningen, you can create a new project with 'lein > new'. In that project, you'll find a file called 'project.clj'. Open > that file, and under :dependencies, add this to the vector: [clj-time > "0.2.0-SNAPSHOT"] > >

Re: lein compile for clj-time problem..

2010-11-25 Thread Rayne
If you're using leiningen, you can create a new project with 'lein new'. In that project, you'll find a file called 'project.clj'. Open that file, and under :dependencies, add this to the vector: [clj-time "0.2.0-SNAPSHOT"] Save the file and then run 'lein deps'. After that, running lein repl/ swa