Skip to content

Commit 03d0c44

Browse files
committed
update Clojure dep to 1.10.3
1 parent 0cf5433 commit 03d0c44

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Developer Information
9595
Change Log
9696
====================
9797

98+
* Release 0.2.0 on 2024.02.06
99+
* Update Clojure dep to 1.10.3
98100
* Release 0.1.5 on 2013.09.12
99101
* Fix macroexpansion of methods in deftype\* and reify\*
100102
* Allow only non-qualified symbols in macrolet and symbol-macrolet
@@ -113,4 +115,4 @@ Change Log
113115
Copyright and License
114116
========================================
115117

116-
Copyright (c) 2011-2023 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0/) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
118+
Copyright (c) Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0/) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
<url>[email protected]:clojure/tools.macro.git</url>
2626
<tag>HEAD</tag>
2727
</scm>
28+
29+
<properties>
30+
<clojure.version>1.10.3</clojure.version>
31+
</properties>
2832
</project>

0 commit comments

Comments
 (0)