Closed samuela closed 9 years ago
For future reference, here's a set up that worked well for me. In build.sbt
:
...
resolvers += "clojars" at "http://clojars.org/repo/"
libraryDependencies += "instaparse" % "instaparse" % "1.4.0"
...
Great tip, thanks!
It would be really nice if the plugin automatically handled clojars dependencies à la leiningen. How are clojure dependencies handled currently?