Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 932be8d

Browse files
committed
Upgrade lein-cljfmt to 0.6.6.Bump version to 0.1.3
1 parent fc64a5b commit 932be8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject pbalduino/dandelion "0.1.2"
1+
(defproject pbalduino/dandelion "0.1.3"
22
:description "A Clojure wrapper for Amazon Ion"
33
:url "http://github.com/pbalduino/dandelion"
44
:license {:name "MIT License"
@@ -11,7 +11,7 @@
1111
["snapshots" :clojars]]]
1212
:dependencies [[org.clojure/data.json "0.2.6"]
1313
[com.amazon.ion/ion-java "1.5.0"]]
14-
:plugins [[lein-cljfmt "0.6.4"]
14+
:plugins [[lein-cljfmt "0.6.6"]
1515
[lein-cloverage "1.1.2"]]
1616
:profiles {:uberjar {:aot :all}
1717
:dev {:dependencies [[clj-kondo "RELEASE"]

0 commit comments

Comments
 (0)