Skip to content

Commit

Permalink
chore: bump t.r
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Oct 18, 2024
1 parent c3eb6e7 commit 89b0f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:test-paths ["src/test/clojure"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/core.memoize "1.1.266"]
[org.clojure/tools.reader "1.4.0"]
[org.clojure/tools.reader "1.5.0"]
[org.clojure/tools.analyzer "1.2.0"]
[org.ow2.asm/asm "9.2"]]
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
Expand Down

0 comments on commit 89b0f92

Please sign in to comment.