Skip to content

Commit 384b8d2

Browse files
authored
Update ClojureCLR version to Include sort-by Comparator Fix (#827)
* Update ClojureCLR version * Update README
1 parent 9e291d4 commit 384b8d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install ClojureCLR
4848
run: |
49-
dotnet tool install --global Clojure.Main --version 1.12.2
49+
dotnet tool install --global Clojure.Main --version 1.12.3-alpha4
5050
dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6
5151
5252
- name: Prepare node

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ npx nodemon -w target/js taget/js/node-tests.js --test=clojure.core-test.int-que
7979

8080
### Pre-requisites
8181
- [dotnet](https://dotnet.microsoft.com/en-us/download)
82-
- `ClojureCLR`: `dotnet tool install --global Clojure.Main --version 1.12.2`
82+
- `ClojureCLR`: `dotnet tool install --global Clojure.Main --version 1.12.3-alpha4`
8383
- `cljr`: `dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6`
8484

8585
```bash

deps-clr.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:aliases
33
{:test
44
{:extra-paths ["test"]
5-
:extra-deps {io.github.dmiller/test-runner {:git/sha "c055ea13d19c6a9b9632aa2370fcc2215c8043c3"}}
6-
:exec-fn cognitect.test-runner.api/test
7-
:exec-args {:dirs ["test"]
8-
:patterns [".*test.*"]}}}}
5+
:extra-deps {io.github.dmiller/test-runner {:git/sha "c055ea13d19c6a9b9632aa2370fcc2215c8043c3"}}
6+
:exec-fn cognitect.test-runner.api/test
7+
:exec-args {:dirs ["test"]
8+
:patterns [".*test.*"]}}}}

0 commit comments

Comments
 (0)