We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b713bfc commit d7b2248Copy full SHA for d7b2248
project.clj
@@ -3,7 +3,7 @@
3
:license {:name "Apache License, Version 2.0"
4
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
5
6
- :parent-project {:coords [org.openvoxproject/clj-parent "7.5.0"]
+ :parent-project {:coords [org.openvoxproject/clj-parent "7.5.1"]
7
:inherit [:managed-dependencies]}
8
9
:dependencies [[org.clojure/clojure]
@@ -27,7 +27,7 @@
27
:testutils {:source-paths ^:replace ["test"]}}
28
29
:plugins [[lein-parent "0.3.7"]
30
- [org.openvoxproject/i18n "0.9.3"]]
+ [org.openvoxproject/i18n "0.9.4"]]
31
32
:classifiers [["test" :testutils]]
33
0 commit comments