Skip to content

Commit

Permalink
update dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 322adc7 commit 3397f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<scm>
Expand All @@ -31,7 +31,7 @@
</scm>

<properties>
<clojure.version>1.10.0</clojure.version>
<clojure.version>1.10.3</clojure.version>
</properties>

<dependencies>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.analyzer.jvm</artifactId>
<version>1.2.3</version>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
:url "https://github.com/clojure/core.async"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:parent [org.clojure/pom.contrib "1.0.0"]
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/tools.analyzer.jvm "1.2.3"]
:parent [org.clojure/pom.contrib "1.2.0"]
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/tools.analyzer.jvm "1.3.0"]
[org.clojure/clojurescript "1.11.60" :scope "provided"]]
:global-vars {*warn-on-reflection* true}
:source-paths ["src/main/clojure"]
Expand Down

0 comments on commit 3397f83

Please sign in to comment.