1 Commits

Author SHA256 Message Date
b725fa3ecb Update to 2.12.0:
* Use :managed-dependencies instead of :exclusions for version ranges.
* Add :plugin-tree-data subcommand to deps task.
* Fix a bug in :active-profiles in middleware plugins.
* Update to nREPL 1.3.0
* Update Clojure version
2025-09-15 10:16:03 +02:00
5 changed files with 15 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
# It has all the cross-platform stuff stripped out as well as the
# logic for running from a source checkout and self-install/upgrading.
export LEIN_VERSION="2.11.2"
export LEIN_VERSION="2.12.0"
if [[ "$CLASSPATH" != "" ]]; then
cat <<-'EOS' 1>&2
@@ -117,7 +117,6 @@ function cmd_run {
"$LEIN_JAVA_CMD" \
-Dfile.encoding=UTF-8 \
-Dmaven.wagon.http.ssl.easy=false \
-Dmaven.wagon.rto=10000 \
$LEIN_JVM_OPTS \
-Dleiningen.input-checksum="$INPUT_CHECKSUM" \
-Dleiningen.original.pwd="$ORIGINAL_PWD" \

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d31ae23ae769e927438b0cd55d15a93e7dabab09fd4fc15877979161e108774
size 16481883

BIN
leiningen-2.12.0-standalone.jar LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 15 08:06:38 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 2.12.0:
* Use :managed-dependencies instead of :exclusions for version ranges.
* Add :plugin-tree-data subcommand to deps task.
* Fix a bug in :active-profiles in middleware plugins.
* Update to nREPL 1.3.0
* Update Clojure version
-------------------------------------------------------------------
Wed Feb 14 13:50:09 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -18,7 +18,7 @@
Name: leiningen
# Change LEIN_VERSION in lein-pkg when bumping
Version: 2.11.2
Version: 2.12.0
Release: 0
Summary: Automation for Clojure projects
License: EPL-1.0