Skip to content

Commit

Permalink
upgrade core.async (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbale committed Dec 23, 2024
1 parent c6e5d27 commit 70820c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# aws-api

## DEV

* upgrade dependencies

## 0.8.711 / 2024-12-03

* New `java.net.http`-based HTTP client, without external dependencies
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/core.async {:mvn/version "1.6.681"}
org.clojure/core.async {:mvn/version "1.7.701"}
org.clojure/tools.logging {:mvn/version "1.3.0"}
org.clojure/data.json {:mvn/version "2.5.1"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha9"}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.async</artifactId>
<version>1.6.681</version>
<version>1.7.701</version>
</dependency>
</dependencies>
<profiles>
Expand Down

0 comments on commit 70820c3

Please sign in to comment.