Skip to content

Commit d094d20

Browse files
committed
bump dep to latest core.memoize
1 parent 5706381 commit d094d20

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog
22
========================================
33
Since tools.analyzer.jvm version are usually cut simultaneously with a tools.analyzer version, check also the tools.analyzer [CHANGELOG](https://github.com/clojure/tools.analyzer/blob/master/CHANGELOG.md) for changes on the corresponding version, since changes in that library will reflect on this one.
44
- - -
5+
* Release next
6+
* Bumpd dep on core.memoize to latest
57
* Release 1.0.0 on 18 Feb 2020
68
* Avoid calling `update-ns-map` on known pure vars
79
* Release 0.7.3 on 2 Dec 2019

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.clojure</groupId>
3434
<artifactId>core.memoize</artifactId>
35-
<version>0.8.2</version>
35+
<version>1.0.236</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.ow2.asm</groupId>

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
:source-paths ["src/main/clojure"]
77
:test-paths ["src/test/clojure"]
88
:dependencies [[org.clojure/clojure "1.9.0"]
9-
[org.clojure/core.memoize "0.8.2"]
9+
[org.clojure/core.memoize "1.0.236"]
1010
[org.clojure/tools.reader "1.3.2"]
11-
[org.clojure/tools.analyzer "0.7.0"]
11+
[org.clojure/tools.analyzer "1.0.0"]
1212
[org.ow2.asm/asm "5.2"]]
1313
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
1414
["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])

0 commit comments

Comments
 (0)