From d2b0f05cc4be98f26e3f11e6387ee45fd5dc40f9 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 19 Feb 2024 15:05:38 -0600 Subject: [PATCH] update parent pom and clojure version --- pom.xml | 6 +++--- project.clj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8e8e08a..4450e5c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,13 +7,13 @@ An analyzer for Clojure code, written in Clojure and producing AST in EDN - 1.5.1 + 1.9.0 org.clojure pom.contrib - 1.1.0 + 1.2.0 @@ -26,7 +26,7 @@ scm:git:git://github.com/clojure/tools.analyzer.git scm:git:git://github.com/clojure/tools.analyzer.git - http://github.com/clojure/tools.analyzer + https://github.com/clojure/tools.analyzer HEAD diff --git a/project.clj b/project.clj index d974047..1b1c876 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "http://www.eclipse.org/legal/epl-v10.html"} :source-paths ["src/main/clojure"] :test-paths ["src/test/clojure"] - :dependencies [[org.clojure/clojure "1.10.1"] + :dependencies [[org.clojure/clojure "1.10.3"] [com.datomic/datomic-free "0.9.5327" :scope "provided" :exclusions [joda-time]]] :repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"] ["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])