Skip to content

Commit

Permalink
added project to clojars
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronEberhart committed Jul 20, 2020
1 parent e2bf2cb commit 4b717c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/clojure:lein-2.7.1
- image: circleci/clojure:lein-2.9.1

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
key: v1-dependencies-{{ checksum "project.clj" }}

# run tests!
- run: lein test
- run: lein test

0 comments on commit 4b717c9

Please sign in to comment.