Skip to content

Commit 969fb26

Browse files
committed
Bookkeeping
* Bump core.async dep to latest * Add contributor guidelines
1 parent e533424 commit 969fb26

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If you'd like to submit a patch, please follow the [contributing guidelines](http://clojure.org/contributing).

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ Both [Cursive](https://youtu.be/ZXIZdMcHUCA) and [Calva](https://calva.io/flares
106106
(graph my-flow)
107107
```
108108

109+
## Contributing
110+
111+
[Contributing to Clojure projects](https://clojure.org/community/contributing) requires a signed Contributor Agreement. Pull requests and GitHub issues are not accepted; please use the [core.async.flow-monitor JIRA project](https://clojure.atlassian.net/browse/AFMON) to report problems or enhancements.
112+
109113
## License
110114

111115
Copyright © 2025

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src" "resources"]
22
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
33
org.clojure/core.async {:git/url "https://github.com/clojure/core.async.git"
4-
:sha "7cc715ac25b4a0f232a7fe1049f90f14ef10fd96"}
4+
:sha "ceaa94bfe1158d4c2f1013d2bf77309bf81edb17"}
55
metosin/reitit {:mvn/version "0.6.0"}
66
http-kit/http-kit {:mvn/version "2.7.0"}
77
com.cognitect/transit-clj {:mvn/version "1.0.329"}

0 commit comments

Comments
 (0)