Skip to content

Commit

Permalink
Run lein-ancient (#4)
Browse files Browse the repository at this point in the history
* Run lein-ancient

Signed-off-by: Greg Haskins <[email protected]>

* Update circleci config

Signed-off-by: Greg Haskins <[email protected]>
  • Loading branch information
ghaskins authored Dec 27, 2021
1 parent cca0d0a commit e6cfcac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/lib
docker:
- image: alpine:3.9.2
- image: cimg/openjdk:17.0
environment:
LEIN_ROOT: nbd
JVM_OPTS: -Xmx3200m
Expand All @@ -12,11 +12,6 @@ jobs:
- run:
shell: /bin/sh
command: |
apk add --no-progress --no-cache \
openjdk8 \
make \
bash \
nss
./lein deps
- run: make all
- run: |
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "https://www.apache.org/licenses/LICENSE-2.0"
:year 2020
:key "apache-2.0"}
:dependencies [[org.clojure/clojure "1.10.1" :scope "provided"]
[protojure "1.1.0" :scope "provided"]
[com.google.protobuf/protobuf-java "3.11.1" :scope "provided"]]
:dependencies [[org.clojure/clojure "1.10.3" :scope "provided"]
[protojure "1.7.0" :scope "provided"]
[com.google.protobuf/protobuf-java "3.19.1" :scope "provided"]]
:repl-options {:init-ns google.protobuf})

0 comments on commit e6cfcac

Please sign in to comment.