File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
docker :
9
9
# specify the version you desire here
10
- - image : circleci /clojure:lein-2.9.1
10
+ - image : cimg /clojure:1.11.1-openjdk-8.0
11
11
12
12
# Specify service dependencies here if necessary
13
13
# CircleCI maintains a library of pre-built images
Original file line number Diff line number Diff line change 4
4
:url " http://opensource.org/licenses/MIT" }
5
5
:url " https://github.com/clj-commons/manifold"
6
6
:scm {:name " git" :url " https://github.com/clj-commons/manifold" }
7
- :dependencies [[org.clojure/clojure " 1.11.0 " :scope " provided" ]
7
+ :dependencies [[org.clojure/clojure " 1.11.1 " :scope " provided" ]
8
8
[org.clojure/tools.logging " 1.1.0" :exclusions [org.clojure/clojure]]
9
9
[org.clj-commons/dirigiste " 1.0.1" ]
10
10
[riddley " 0.1.15" ]
16
16
:benchmark :benchmark
17
17
:stress #(or (:stress %) (= :stress (:tag %)))
18
18
:all (constantly true )}
19
- :plugins [[lein-codox " 0.10.7" ]]
20
- :codox {:source-uri " https://github.com/clj-commons/manifold/blob/master/{filepath}#L{line}"
21
- :metadata {:doc/format :markdown }
22
- :namespaces [manifold.deferred manifold.stream manifold.time manifold.bus manifold.executor manifold.go-off]}
23
19
:global-vars {*warn-on-reflection* true }
24
20
:jvm-opts ^:replace [" -server"
25
21
" -XX:-OmitStackTraceInFastThrow"
You can’t perform that action at this time.
0 commit comments