Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cimg/clojure:1.12.0-openjdk-17.0-node
- image: cimg/clojure:1.12.0-openjdk-21.0-node
working_directory: ~/repo
environment:
LEIN_ROOT: "true"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: '19'
java-version: '25'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@5.0
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: '19'
java-version: '25'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@5.0
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ For a list of breaking changes, check [here](#breaking-changes).

[Nbb](https://github.com/babashka/nbb): Scripting in Clojure on Node.js using [SCI](https://github.com/babashka/sci)

## 1.3.205 (2025-12-19)

- [#395](https://github.com/babashka/nbb/issues/395): fix `vim-fireplace` infinite loop on nREPL session close.
- Add `ILookup` and `Cons`
- Add `abs`
- nREPL: support `"completions"` op

## 1.3.204 (2025-05-15)

Expand Down
56 changes: 0 additions & 56 deletions appveyor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths ["src"]
:aliases {:test {:extra-paths ["test"]}}
:deps {thheller/shadow-cljs {:mvn/version "2.28.18"}
:deps {thheller/shadow-cljs {:mvn/version "3.3.4"}
#_#_org.clojure/clojurescript {:mvn/version "1.11.51"}
;; reagent/reagent {:mvn/version "1.0.0"}
cljsjs/react {:mvn/version "18.2.0-1"}
Expand All @@ -16,7 +16,7 @@
#_{:local/root "../babashka/sci"}
#_{:mvn/version "0.9.44"}
{:git/url "https://github.com/babashka/sci"
:git/sha "b6dc7f3b76e83990ac25bf2d935ba3b60c007df4"}
:git/sha "33995afb71d58dae270f1a8035e21196ea2157f0"}
org.clojure/tools.cli {:mvn/version "1.0.214"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
#_#_prismatic/schema {:mvn/version "1.3.0"}
Expand Down