veikman / dactyl-keyboard

Programmatic keyboard CAD
GNU Affero General Public License v3.0
268 stars 30 forks source link

Could not find artifact scad-tarmi:scad-tarmi:jar:0.2.0-SNAPSHOT #6

Closed obfuscated closed 5 years ago

obfuscated commented 5 years ago

I cannot build for some reason. At current master 5000547d8a4316c041e761520c350203fb5c8ad5

The original tshort/dactyl keyboard builds fine.

dmote-keyboard> lein run
Could not find artifact scad-tarmi:scad-tarmi:jar:0.2.0-SNAPSHOT in clojars (https://repo.clojars.org/)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
veikman commented 5 years ago

Ah yes, I have not been deploying snapshots of scad-tarmi to clojars. If you grab the current master of DMOTE (76ec995), that’ll point to scad-tarmi v0.2.0 instead of 0.2.0-SNAPSHOT. v0.2.0 has now been deployed, so Leiningen can get it for you.