Skip to content

Commit

Permalink
update deps and parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 43e5694 commit 3154034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

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

<developers>
Expand All @@ -27,12 +27,12 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.analyzer</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.memoize</artifactId>
<version>1.0.253</version>
<version>1.1.266</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand All @@ -42,14 +42,14 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
</dependency>
</dependencies>

<scm>
<connection>scm:git:git://github.com/clojure/tools.analyzer.jvm.git</connection>
<developerConnection>scm:git:git://github.com/clojure/tools.analyzer.jvm.git</developerConnection>
<url>http://github.com/clojure/tools.analyzer.jvm</url>
<url>https://github.com/clojure/tools.analyzer.jvm</url>
<tag>HEAD</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
:source-paths ["src/main/clojure"]
:test-paths ["src/test/clojure"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/core.memoize "1.0.253"]
[org.clojure/tools.reader "1.3.6"]
[org.clojure/tools.analyzer "1.1.1"]
[org.clojure/core.memoize "1.1.266"]
[org.clojure/tools.reader "1.4.0"]
[org.clojure/tools.analyzer "1.2.0"]
[org.ow2.asm/asm "9.2"]]
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])

0 comments on commit 3154034

Please sign in to comment.