We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42e5ee commit df65e54Copy full SHA for df65e54
.gitignore
@@ -11,4 +11,6 @@ dump.rdb
11
target/**
12
.nrepl*
13
/doc
14
-.java-version
+.java-version
15
+**/.clj-kondo/.cache
16
+**/.lsp
project.clj
@@ -17,7 +17,7 @@
17
[potemkin "0.4.5"]])
18
19
(defproject aleph "0.4.7-alpha9"
20
- :description "a framework for asynchronous communication"
+ :description "A framework for asynchronous communication"
21
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
22
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
23
:license {:name "MIT License"}
0 commit comments