Skip to content

Commit 46ee979

Browse files
committed
Bump cimg and clj versions, remove codox plugin
1 parent c7074e8 commit 46ee979

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/clojure:lein-2.9.1
10+
- image: cimg/clojure:1.11.1-openjdk-8.0
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images

project.clj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:url "http://opensource.org/licenses/MIT"}
55
:url "https://github.com/clj-commons/manifold"
66
: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"]
88
[org.clojure/tools.logging "1.1.0" :exclusions [org.clojure/clojure]]
99
[org.clj-commons/dirigiste "1.0.1"]
1010
[riddley "0.1.15"]
@@ -16,10 +16,6 @@
1616
:benchmark :benchmark
1717
:stress #(or (:stress %) (= :stress (:tag %)))
1818
: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]}
2319
:global-vars {*warn-on-reflection* true}
2420
:jvm-opts ^:replace ["-server"
2521
"-XX:-OmitStackTraceInFastThrow"

0 commit comments

Comments
 (0)