Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jul 30, 2021
1 parent 03194a6 commit dd5a381
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.855'
tools-deps: '1.10.3.933'
- name: Run Tests
run: clojure -X:test

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.855'
tools-deps: '1.10.3.933'
- name: Run Tests
run: clojure -X:test

Expand All @@ -57,6 +57,6 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.855'
tools-deps: '1.10.3.933'
- name: Run Tests
run: clojure -X:test
5 changes: 2 additions & 3 deletions deps.edn
Expand Up @@ -7,8 +7,7 @@
{:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.0"}
io.github.cognitect-labs/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "62ef1de18e076903374306060ac0e8a752e57c86"}
{:git/tag "v0.4.0" :git/sha "334f2e2"}
;; connection pooling
com.zaxxer/HikariCP {:mvn/version "3.4.2"}
com.mchange/c3p0 {:mvn/version "0.9.5.5"}
Expand Down Expand Up @@ -41,7 +40,7 @@
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"]
:exec-fn cognitect.test-runner.api/test}
:jar
{:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.267"}}
{:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.278"}}
:exec-fn hf.depstar/jar
:exec-args {:jar "next-jdbc.jar" :sync-pom true}}
:deploy
Expand Down

0 comments on commit dd5a381

Please sign in to comment.