We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a583c commit d219ce6Copy full SHA for d219ce6
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Changes
6
7
* Bump `cljfmt` to 0.9.2.
8
+* Bump `puget` to 1.3.4.
9
10
## 0.30.0 (2023-01-31)
11
project.clj
@@ -11,7 +11,7 @@
^:inline-dep [cider/orchard "0.11.0" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
12
^:inline-dep [mx.cider/haystack "0.0.3"]
13
^:inline-dep [thunknyc/profile "0.5.2"]
14
- ^:inline-dep [mvxcvi/puget "1.3.3"]
+ ^:inline-dep [mvxcvi/puget "1.3.4"]
15
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
16
^:inline-dep [compliment "0.3.14"]
17
^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]]
0 commit comments