Skip to content

Commit

Permalink
update to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Mar 8, 2024
1 parent 3db91ff commit c9c48b4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ See the following resources for more information:

## License

Copyright © 2019-2021 Rich Hickey, Alex Miller and contributors
Copyright © Rich Hickey, Alex Miller and contributors

Distributed under the Eclipse Public License 1.0, the same as Clojure.
2 changes: 1 addition & 1 deletion VERSION_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.1.GENERATED_VERSION
1.11.2.GENERATED_VERSION
9 changes: 4 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{:paths []

:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps {:mvn/version "0.18.1394"}
{org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/tools.deps {:mvn/version "0.18.1398"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

:aliases
{
;; clj -T:build release
:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.8.1" :git/sha "7d40500"}}
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}}
:paths ["script"]
:ns-default build}

;; clj -X:test
:test {:extra-paths ["src/test/clojure" "src/main/clojure"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "705ad25bbf0228b1c38d0244a36001c2987d7337"}}
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:exec-fn cognitect.test-runner.api/test
:exec-args {:dirs ["src/test/clojure"]
:patterns [".*"]}
Expand Down
8 changes: 5 additions & 3 deletions doc/clojure.1
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,10 @@ priority).

.IP https://clojure.org/guides/deps_and_cli
Deps and CLI Guide
.IP https://clojure.org/reference/deps_and_cli
Deps and CLI Reference
.IP https://clojure.org/reference/deps_edn
deps.edn Reference
.IP https://clojure.org/reference/clojure_cli
Clojure CLI Reference
.IP https://clojure.org/reference/repl_and_main
REPL and Main Entrypoints
.IP https://clojure.org/releases/tools
Expand All @@ -203,7 +205,7 @@ This man page was written by Elana Hashman <[email protected]>.

.SH COPYRIGHT

Copyright \(co 2018-2022 Rich Hickey, Alex Miller and contributors.
Copyright \(co Rich Hickey, Alex Miller and contributors.

Distributed under the Eclipse Public License 1.0, the same as
Clojure.

0 comments on commit c9c48b4

Please sign in to comment.