Hi everyone
So… what’s the latest version of Incanter? The README states 1.5.7, master references a bunch of unpublished 1.5.8-SNAPSHOT dependencies, and there’s a 1.9.0 which predates 1.5.7 by over a year.
1.9.0 appears to be a typo, considering the commit referenced by clojars repeatedly says "1.5.8-SNAPSHOT" https://github.com/incanter/incanter/commit/HEAD
which leads me to believe 1.5.7 is current and 1.5.8 is unreleased/still in SNAPSHOT
@daveliepmann: Yeah, I was wondering… then again, 1.9.0 was released across the board, it’s properly tagged, and there’s a 1.9.1-SNAPSHOT on the develop branch (which is recent).
https://github.com/incanter/incanter/blob/develop/project.clj#L1
So not sure which should I be testing things against, if 1.5.8-SNAPSHOT or 1.9.1-SNAPSHOT.
Curiouser and curiouser!