Skip to content

Commit

Permalink
dev: update Clojure library to verision 1.12.0 in deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 9, 2024
1 parent b73090d commit a36717d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. This change
## Changed
- dev: update clj-kondo to version 2024.09.27 in quality-checks workflow
- dev: update Clojure CLI to version 1.12.0.1479 in quality-checks workflow
- dev: update Clojure library to verision 1.12.0 in deps.edn


# 2024-09-09
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:paths ["src" "resources"]

:deps
{org.clojure/clojure {:mvn/version "1.11.3"}}
{org.clojure/clojure {:mvn/version "1.12.0"}}

:aliases
{;; Add libraries and paths to support additional test tools
Expand Down

0 comments on commit a36717d

Please sign in to comment.