diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a400f6..7f73528 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + run: cljr -X:test diff --git a/README.md b/README.md index 4c25a17..77a1e91 100644 --- a/README.md +++ b/README.md @@ -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] ``` @@ -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. \ No newline at end of file +> 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.