Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Apr 24, 2024
1 parent 412af15 commit cd55ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
===========

* next
* Update to latest tools.deps and Clojure 1.11.3
* 0.10.55 on Mar 8, 2024
* Update to latest tools.deps and Clojure 1.11.2
* Add new :dir option to all programs that use create-basis
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<!-- used for build -->
<clojure.warnOnReflection>true</clojure.warnOnReflection>
<clojure.version>1.11.2</clojure.version>
<clojure.version>1.11.3</clojure.version>
</properties>

<dependencies>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.deps</artifactId>
<version>0.19.1411</version>
<version>0.19.1421</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit cd55ca5

Please sign in to comment.