Skip to content

v0.113.0

Compare
Choose a tag to compare
@maxandersen maxandersen released this 24 Nov 00:23
· 75 commits to main since this release

Changelog

Added a magic %{deps:..} expansion on command line that will resolve dependencies in that expression and replace it with a classpath.

Lets you do things like:
jbang sqlline@maxandersen -cp %{deps:org.hsqldb:hsqldb:RELEASE} other args

removing need to manually deal with absolute paths to .jar files.

🚀 Features

  • f79a0f2 feat: added support for %{deps:...} substitutions in arguments (#1707)

Contributors

We'd like to thank the following people for their contributions:
GitHub, Max Rydahl Andersen, Tako Schotanus