Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made compatible with Babashka #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pekeler
Copy link

@pekeler pekeler commented Jun 11, 2023

Babashka is great for writing scripts in Clojure. We use it for our CI and deployment scripts. I find it quite common wanting to send automated messages to Slack from our scripts.

clj-slack has two dependencies which are not compatible with Babashka: clj-http and data.json. They can be easily replaced with clj-http-lite and cheshire, both of which are compatible. This is what this PR is for.

lein test on your trunk isn't fully working for me. Not sure why. This PR doesn't add any additional failures or errors.

I'm using chat and reactions from my scripts now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant