Skip to content

Commit

Permalink
update parent pom and clojure version
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 91a7ce9 commit d2b0f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<description>An analyzer for Clojure code, written in Clojure and producing AST in EDN</description>

<properties>
<clojure.version>1.5.1</clojure.version>
<clojure.version>1.9.0</clojure.version>
</properties>

<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<developers>
Expand All @@ -26,7 +26,7 @@
<scm>
<connection>scm:git:git://github.com/clojure/tools.analyzer.git</connection>
<developerConnection>scm:git:git://github.com/clojure/tools.analyzer.git</developerConnection>
<url>http://github.com/clojure/tools.analyzer</url>
<url>https://github.com/clojure/tools.analyzer</url>
<tag>HEAD</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]])

0 comments on commit d2b0f05

Please sign in to comment.