Skip to content

Commit

Permalink
bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertluo committed Jan 7, 2024
1 parent 86bbc46 commit c2a5f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

- uses: DeLaGuardo/setup-clojure@10.1
with:
cli: '1.11.1.1208'
cli: '1.11.1.1435'

- uses: actions/cache@v3
with:
path: ~/.m2
key: default-build

- run: clojure -T:build ci

- uses: codecov/codecov-action@v3

- name: deploy
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{:paths ["src"]
:aliases {:dev ;for development
{:extra-paths ["test"]
:extra-deps {manifold/manifold {:mvn/version "0.3.0"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}}
:extra-deps {manifold/manifold {:mvn/version "0.4.1"}
org.clojure/clojurescript {:mvn/version "1.11.121"}}}
:test ;run tests under console. e.g. clj -M:dev:test
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.73.1175"}
{:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
:main-opts ["-m" "kaocha.runner"]}
:cljs-test
Expand All @@ -15,4 +15,4 @@
{:deps {io.github.seancorfield/build-clj {:git/tag "v0.9.2"
:git/sha "9c9f078"}}
:ns-default build}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.01.16"}}}}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.12.15"}}}}}

0 comments on commit c2a5f24

Please sign in to comment.