Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Prepare Clojure CLR
run: |
dotnet tool install --global Clojure.Main --version 1.12.0-alpha10
dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha5
dotnet tool install --global Clojure.Main --version 1.12.2
dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6
- name: Run cljr tests
run: cljr -X:test
run: cljr -X:test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ io.github.clojure/clr.tools.namespace {:git/tag "v1.5.4" :git/sha "46d81cb"}

[Leiningen](https://leiningen.org/) reference:
```clojure
[org.clojure.clr/tools.namespace "1.5.4]
[org.clojure.clr/tools.namespace "1.5.4]
```


Expand Down Expand Up @@ -57,4 +57,4 @@ Original Clojure(JVM) code:

> Copyright � Rich Hickey, Alessandra Sierra, and contributors

> All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.
> All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.