Skip to content

Commit

Permalink
dev: deps-new v0.6.0 library dependency in deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 4, 2024
1 parent fc297d8 commit c7094f8
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 @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. This change
- dev: update upload-artifactv4 action in megalinter workflow
- dev: setup-java v4 action in quality-checks workflow
- dev: clojure cli 1.11.1.1435 in quality-checks workflow
- dev: deps-new v0.6.0 library dependency in deps.edn


# 2023-11-03
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
;; https://github.com/seancorfield/deps-new/
io.github.seancorfield/deps-new
{:git/tag "v0.5.3" :git/sha "c899135"}}}
{:git/tag "v0.6.0" :git/sha "64e79d1"}}}

;; Test runner - local and CI
;; call with `:watch? true` argument to start file watcher and re-run tests on saved changes
Expand Down

0 comments on commit c7094f8

Please sign in to comment.