You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing something that has a :min-bb-version in its bb.edn that requirement gets lost in the wrapper generated by bbin, since the temp-edn in the templates in https://github.com/babashka/bbin/blob/main/src/babashka/bbin/scripts/common.clj doesn't have it.
It would be nice to preserve :min-bb-version to get a useful warning.
The text was updated successfully, but these errors were encountered:
When installing something that has a
:min-bb-version
in itsbb.edn
that requirement gets lost in the wrapper generated by bbin, since thetemp-edn
in the templates in https://github.com/babashka/bbin/blob/main/src/babashka/bbin/scripts/common.clj doesn't have it.It would be nice to preserve
:min-bb-version
to get a useful warning.The text was updated successfully, but these errors were encountered: