babashka

2025-11-13T22:22:23.947609Z

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) ?

borkdude 2025-11-14T03:06:26.237469Z

it's been a long time since I looked at this

Bob B 2025-11-14T04:46:42.181929Z

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.

🙏 1
2025-11-14T22:42:54.671339Z

thanks!