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 eed5b62 commit eeb9198Copy full SHA for eeb9198
1 file changed
project.clj
@@ -5,7 +5,7 @@
5
:url "http://www.apache.org/licenses/LICENSE-2.0"}
6
7
:min-lein-version "2.9.1"
8
- :parent-project {:coords [org.openvoxproject/clj-parent "7.4.1-SNAPSHOT"]
+ :parent-project {:coords [org.openvoxproject/clj-parent "7.5.0"]
9
:inherit [:managed-dependencies]}
10
11
:pedantic? :abort
@@ -22,7 +22,7 @@
22
[prismatic/schema]
23
[slingshot]
24
25
- [org.openvoxproject/jruby-deps "9.4.8.0-2-SNAPSHOT"]
+ [org.openvoxproject/jruby-deps "9.4.8.0-2"]
26
27
[org.openvoxproject/i18n]
28
[org.openvoxproject/kitchensink]
@@ -57,4 +57,4 @@
57
:testutils {:source-paths ^:replace ["test/unit" "test/integration"]}}
58
59
:plugins [[lein-parent "0.3.9"]
60
- [org.openvoxproject/i18n "0.9.3-SNAPSHOT" :hooks false]])
+ [org.openvoxproject/i18n "0.9.3" :hooks false]])
0 commit comments