is the lanterna pod at 0.0.1 the latest? do I need to compile with feature flag on to use latest babashka lanterna (0.9.8) ?
it's been a long time since I looked at this
I'm not sure if this is 100% comprehensive, but the example script (<https://github.com/babashka/pod-registry/blob/master/examples/lanterna.clj>) can be run with "off-the-shelf" babashka (using the lanterna pod). The 0.0.1 version of the pod appears to depend on version 0.9.8 of the lanterna lib. So, it appears as though using the pod should make the latest version of the library available.
thanks!