malli

https://github.com/metosin/malli :malli:
borkdude 2020-09-25T15:15:17.016400Z

Now I remember how to see all the immutable SNAPSHOTS: http://repo.clojars.org/metosin/malli/0.0.1-SNAPSHOT/ @ikitommi

👍 5
ikitommi 2020-09-25T15:23:04.017200Z

great, thanks!

2020-09-25T15:33:30.017300Z

How would one specify one of these immutable snapshots in a lein project.clj? I attempted to do exactly that earlier this week, but failed miserably....

borkdude 2020-09-25T15:36:53.017500Z

e.g. [metosin/malli "0.0.1-20200924.063109-27"]

kwrooijen 2020-09-25T17:06:08.017700Z

Very handy. Thanks!