diff --git a/dummy/project.clj b/dummy/project.clj index 6e7dee8..2105808 100644 --- a/dummy/project.clj +++ b/dummy/project.clj @@ -3,7 +3,7 @@ :url "http://example.com/FIXME" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} - :dependencies [[org.clojure/clojure "1.10.0"] + :dependencies [[org.clojure/clojure "1.10.3"] [ring "1.8.1"] [org.postgresql/postgresql "42.2.14"]] :main ^:skip-aot dummy.core