Skip to content

Commit

Permalink
Merge pull request #8 from liquidz/dev
Browse files Browse the repository at this point in the history
0.3.3
  • Loading branch information
liquidz authored Nov 4, 2021
2 parents 73ae740 + bcc45fd commit 0458d60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
- uses: actions/checkout@v2
- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2021.06.18'
version: '2021.10.19'
- name: Lint by clj-kondo
run: clj-kondo --lint src:test --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

cljstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: 0918nobita/setup-cljstyle@v0.2.0
- uses: 0918nobita/setup-cljstyle@v0.5.1
with:
cljstyle-version: 0.15.0
- run: cljstyle check
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
:aliases
{:dev
{:extra-paths ["dev" "test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.861"}
lambdaisland/kaocha-cljs {:mvn/version "0.0-71"}
:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.945"}
lambdaisland/kaocha-cljs {:mvn/version "1.0.107"}
testdoc/testdoc {:mvn/version "1.4.1"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.0"}}}
Expand All @@ -32,6 +32,6 @@
:deploy
{:extra-deps {slipset/deps-deploy {;:mvn/version "RELEASE"
:git/url "https://github.com/slipset/deps-deploy"
:sha "b4359c5d67ca002d9ed0c4b41b710d7e5a82e3bf"}}
:sha "9b8db1f57722d19cf92de57ac7db28d71a915bcf"}}
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {}}}}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.liquidz</groupId>
<artifactId>merr</artifactId>
<packaging>jar</packaging>
<version>0.3.2</version>
<version>0.3.3</version>
<name>merr</name>
<description>Minimal and good enough error handling library for Clojure/ClojureScript</description>
<url>https://github.com/liquidz/merr</url>
Expand Down

0 comments on commit 0458d60

Please sign in to comment.