Skip to content

Commit 9b22a02

Browse files
Lein2deps update (#674)
1 parent 8c67b8b commit 9b22a02

File tree

3 files changed

+24
-27
lines changed

3 files changed

+24
-27
lines changed

deps.edn

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
11
;; DO NOT EDIT MANUALLY - generated from project.clj via deps/lein-to-deps
2-
{:paths ["src" "target/classes"],
2+
{:paths ["src" "resources" "target/classes"],
33
:deps
44
{org.clojure/tools.logging
55
{:mvn/version "1.1.0", :exclusions [org.clojure/clojure]},
6-
io.netty/netty-transport-native-kqueue$osx-x86_64
7-
#:mvn{:version "4.1.87.Final"},
8-
io.netty.incubator/netty-incubator-transport-native-io_uring$linux-aarch_64
9-
#:mvn{:version "0.0.16.Final"},
10-
io.netty/netty-handler-proxy #:mvn{:version "4.1.87.Final"},
11-
manifold/manifold #:mvn{:version "0.3.0"},
12-
io.netty/netty-codec #:mvn{:version "4.1.87.Final"},
13-
io.netty/netty-transport-native-epoll$linux-aarch_64
14-
#:mvn{:version "4.1.87.Final"},
15-
org.clj-commons/dirigiste #:mvn{:version "1.0.3"},
16-
io.netty/netty-handler #:mvn{:version "4.1.87.Final"},
17-
org.clj-commons/primitive-math #:mvn{:version "1.0.0"},
6+
manifold/manifold {:mvn/version "0.3.0"},
7+
org.clj-commons/byte-streams {:mvn/version "0.3.1"},
8+
org.clj-commons/dirigiste {:mvn/version "1.0.3"},
9+
org.clj-commons/primitive-math {:mvn/version "1.0.0"},
10+
potemkin/potemkin {:mvn/version "0.4.5"},
11+
io.netty/netty-transport {:mvn/version "4.1.87.Final"},
1812
io.netty/netty-transport-native-epoll$linux-x86_64
19-
#:mvn{:version "4.1.87.Final"},
13+
{:mvn/version "4.1.87.Final"},
14+
io.netty/netty-transport-native-epoll$linux-aarch_64
15+
{:mvn/version "4.1.87.Final"},
16+
io.netty/netty-transport-native-kqueue$osx-x86_64
17+
{:mvn/version "4.1.87.Final"},
2018
io.netty.incubator/netty-incubator-transport-native-io_uring$linux-x86_64
21-
#:mvn{:version "0.0.16.Final"},
22-
io.netty/netty-transport #:mvn{:version "4.1.87.Final"},
23-
org.clj-commons/byte-streams #:mvn{:version "0.3.1"},
24-
io.netty/netty-codec-http #:mvn{:version "4.1.87.Final"},
25-
potemkin/potemkin #:mvn{:version "0.4.5"},
26-
io.netty/netty-resolver #:mvn{:version "4.1.87.Final"},
27-
io.netty/netty-resolver-dns #:mvn{:version "4.1.87.Final"}},
19+
{:mvn/version "0.0.16.Final"},
20+
io.netty.incubator/netty-incubator-transport-native-io_uring$linux-aarch_64
21+
{:mvn/version "0.0.16.Final"},
22+
io.netty/netty-codec {:mvn/version "4.1.87.Final"},
23+
io.netty/netty-codec-http {:mvn/version "4.1.87.Final"},
24+
io.netty/netty-handler {:mvn/version "4.1.87.Final"},
25+
io.netty/netty-handler-proxy {:mvn/version "4.1.87.Final"},
26+
io.netty/netty-resolver {:mvn/version "4.1.87.Final"},
27+
io.netty/netty-resolver-dns {:mvn/version "4.1.87.Final"}},
2828
:aliases
2929
{:lein2deps
3030
{:deps
31-
#:io.github.borkdude{lein2deps
32-
#:git{:sha
33-
"1bcf2fbbcbef611381e5e9ccdc77bec1e62ea5e5"}},
31+
{io.github.borkdude/lein2deps
32+
{:git/sha "1bcf2fbbcbef611381e5e9ccdc77bec1e62ea5e5"}},
3433
:ns-default lein2deps.build,
3534
:lein2deps/compile-java
3635
{:src-dirs ["src/aleph/utils"],

deps/lein-to-deps

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
cd "$(dirname -- "${BASH_SOURCE[0]}")/.."
66

77
echo ";; DO NOT EDIT MANUALLY - generated from project.clj via deps/lein-to-deps" > deps.edn
8-
bb -Sdeps '{:deps {io.github.borkdude/lein2deps {:git/sha "2297db9f72e594fc1c623c2a4b1e3868611e314b"}}}' \
8+
bb -Sdeps '{:deps {io.github.borkdude/lein2deps {:git/tag "v0.1.0" :git/sha "68b23a9"}}}' \
99
-m lein2deps.api \
1010
--eval \
1111
--print >> deps.edn

project.clj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
(defproject aleph (or (System/getenv "PROJECT_VERSION") "0.6.1")
55
:description "A framework for asynchronous communication"
6-
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
7-
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
86
:url "https://github.com/clj-commons/aleph"
97
:license {:name "MIT License"}
108
:dependencies [[org.clojure/tools.logging "1.1.0" :exclusions [org.clojure/clojure]]

0 commit comments

Comments
 (0)