-
Could you deploy to clojars a version with the latest commit that makes `poppea` self-host compatible?
-
https://clojars.org/mycroft states the latest version 0.0.2, but should be 0.0.3
```
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact mycroft:mycroft:jar…
-
The latest merge refers to version `1.0.1`, however this hasn't been released on Clojars. It would be nice to have this released so the `shuffle` function can be used.
-
hey there!
I am trying to use your package but I am having some issues. I created a very simple project with
```
lein new app ui
```
and added the package to the dependency as such
```cl…
-
I came up with this when running `lein deps`:
$lein deps
Downloading: org/clojars/maoe/rrd4clj/0.0.0/rrd4clj-0.0.0.pom from repository central at http://repo1.maven.org/maven2
Unable to locate resou…
-
Hello!
I am trying this library but when I added it to my `deps.edn` I see a lot of things downloaded that probably should not be there (like `boot` namespaces):
```
Downloading: org/clojars/mm…
-
-
Hi, an interesting error when including cloth 0.3.1 in my boot.jar:
> java.util.concurrent.ExecutionException: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact or…
-
Could not find artifact proto-repl:proto-repl:jar:1.4.20 in central (https://repo1.maven.org/maven2/)
Could not find artifact proto-repl:proto-repl:jar:1.4.20 in clojars (https://clojars.org/repo/)…
30atm updated
5 years ago
-
Hi,
just tried using this, seems to pull in dependencies fine but then I get:
`Template resource 'leiningen/new/overtone/.hgignore' not found.`
this is after:
```
$ lein new overtone overtoneproje…