Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed May 24, 2024
1 parent 55854a4 commit fed996c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
uses: actions/checkout@v4

- name: Prepare java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- name: Install Clojure
uses: DeLaGuardo/setup-clojure@12.1
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 'latest'

- name: Cache clojure dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository
Expand Down
16 changes: 8 additions & 8 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{:paths ["clojure" "clojure/tests"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/core.match {:mvn/version "1.0.0"}
org.clojure/data.int-map {:mvn/version "1.2.1"}
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/core.match {:mvn/version "1.1.0"}
org.clojure/data.int-map {:mvn/version "1.3.0"}
org.clojure/core.async {:mvn/version "1.6.681"}
org.flatland/ordered {:mvn/version "1.15.11"}
org.clojure/data.priority-map {:mvn/version "1.1.0"}
org.flatland/ordered {:mvn/version "1.15.12"}
org.clojure/data.priority-map {:mvn/version "1.2.0"}
io.github.engelberg/better-cond {:git/tag "v2.1.5" :git/sha "156bc5f"}}
:aliases
{:profile {:jvm-opts ["-Djdk.attach.allowAttachSelf"]
:extra-deps {criterium/criterium {:mvn/version "0.4.6"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.1.0"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.2.0"}
com.taoensso/tufte {:mvn/version "2.6.3"}}}
:viz {:extra-deps {quil/quil {:mvn/version "4.3.1323"}}}
:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.15.0"}}
:viz {:extra-deps {quil/quil {:mvn/version "4.3.1563"}}}
:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.15.2"}}
:main-opts ["-m" "noahtheduke.splint"]}}}

0 comments on commit fed996c

Please sign in to comment.