Skip to content

Commit 9fd060f

Browse files
committed
update Clojure dependency to 1.11.3
1 parent c99f0df commit 9fd060f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log for core.specs.alpha
22

3+
## Version next on May 10, 2024
4+
5+
* Bump Clojure dependency to 1.11.3
6+
37
## Version 0.3.70 on Feb 19, 2024
48

59
* Bump Clojure dependency to 1.11.1

VERSION_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.GENERATED_VERSION
1+
0.4.GENERATED_VERSION

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</developers>
3737

3838
<properties>
39-
<clojure.version>1.11.1</clojure.version>
39+
<clojure.version>1.11.3</clojure.version>
4040
</properties>
4141

4242
<dependencies>

0 commit comments

Comments
 (0)