Skip to content

Commit

Permalink
update Clojure dep to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 6, 2024
1 parent 0cf5433 commit 03d0c44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Developer Information
Change Log
====================

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

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.
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.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
<url>git@github.com:clojure/tools.macro.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<clojure.version>1.10.3</clojure.version>
</properties>
</project>

0 comments on commit 03d0c44

Please sign in to comment.