Skip to content

Commit

Permalink
Use deterministic versions for developer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Jan 21, 2023
1 parent f031745 commit 843cb0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

:aliases {:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.2" :git/sha "fe6b140"}
slipset/deps-deploy {:mvn/version "RELEASE"}
slipset/deps-deploy {:mvn/version "0.2.0"}
io.github.borkdude/gh-release-artifact {:git/sha "db5e79559fdbfa009ed4a0921079e20e1e76b269"}}
:ns-default build}

Expand Down Expand Up @@ -60,7 +60,7 @@

:test/cloverage
{:extra-paths ["test"]
:extra-deps {cloverage/cloverage {:mvn/version "RELEASE"}
:extra-deps {cloverage/cloverage {:mvn/version "1.2.4"}
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}
org.clojure/test.check {:mvn/version "1.1.1"}}
:main-opts ["-m" "cloverage.coverage" "-p" "src" "-s" "test"]
Expand All @@ -69,11 +69,11 @@
:test-ns-path ["test"]}}

:outdated
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
{:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.970"}}
:main-opts ["-m" "antq.core"]}

:upgrade
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
{:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.970"}}
:main-opts ["-m" "antq.core" "--upgrade"]}

:check
Expand All @@ -88,9 +88,9 @@
:exec-args {:cluster-depth 3}}

:lint/kondo
{:extra-deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}}
{:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.01.20"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src"]}

:lint/eastwood
{:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]}]
:extra-deps {jonase/eastwood {:mvn/version "RELEASE"}}}}}
:extra-deps {jonase/eastwood {:mvn/version "1.3.0"}}}}}

0 comments on commit 843cb0c

Please sign in to comment.