Skip to content

Commit f3761b6

Browse files
committed
bump dep core.memoize to 1.0.253
1 parent 790cece commit f3761b6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ 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+
* Next release
6+
* Bumpd dep on core.memoize to 1.0.253
57
* Release 1.2.0 on 14 Sep 2021
68
* Bumped dep on tools.analyzer to 1.1.0
79
* Release 1.1.0 on 24 Jul 2020
8-
* Bumpd dep on core.memoize to 1.0.236
10+
* Bumped dep on core.memoize to 1.0.236
911
* Release 1.0.0 on 18 Feb 2020
1012
* Avoid calling `update-ns-map` on known pure vars
1113
* 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>1.0.236</version>
35+
<version>1.0.253</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.ow2.asm</groupId>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 "1.0.236"]
9+
[org.clojure/core.memoize "1.0.253"]
1010
[org.clojure/tools.reader "1.3.2"]
1111
[org.clojure/tools.analyzer "1.0.0"]
1212
[org.ow2.asm/asm "5.2"]]

0 commit comments

Comments
 (0)