Skip to content

Commit 0caa0b6

Browse files
authored
Bump SCI and shadow (#405)
1 parent 0a2bda1 commit 0caa0b6

5 files changed

Lines changed: 10 additions & 61 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
docker:
88
# specify the version you desire here
9-
- image: cimg/clojure:1.12.0-openjdk-17.0-node
9+
- image: cimg/clojure:1.12.0-openjdk-21.0-node
1010
working_directory: ~/repo
1111
environment:
1212
LEIN_ROOT: "true"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-java@v2
3232
with:
3333
distribution: 'adopt-hotspot'
34-
java-version: '19'
34+
java-version: '25'
3535

3636
- name: Install clojure tools
3737
uses: DeLaGuardo/setup-clojure@5.0
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/setup-java@v2
7979
with:
8080
distribution: 'adopt-hotspot'
81-
java-version: '19'
81+
java-version: '25'
8282

8383
- name: Install clojure tools
8484
uses: DeLaGuardo/setup-clojure@5.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ For a list of breaking changes, check [here](#breaking-changes).
44

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

7+
## 1.3.205 (2025-12-19)
8+
79
- [#395](https://github.com/babashka/nbb/issues/395): fix `vim-fireplace` infinite loop on nREPL session close.
10+
- Add `ILookup` and `Cons`
11+
- Add `abs`
12+
- nREPL: support `"completions"` op
813

914
## 1.3.204 (2025-05-15)
1015

appveyor.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src"]
22
:aliases {:test {:extra-paths ["test"]}}
3-
:deps {thheller/shadow-cljs {:mvn/version "2.28.18"}
3+
:deps {thheller/shadow-cljs {:mvn/version "3.3.4"}
44
#_#_org.clojure/clojurescript {:mvn/version "1.11.51"}
55
;; reagent/reagent {:mvn/version "1.0.0"}
66
cljsjs/react {:mvn/version "18.2.0-1"}
@@ -16,7 +16,7 @@
1616
#_{:local/root "../babashka/sci"}
1717
#_{:mvn/version "0.9.44"}
1818
{:git/url "https://github.com/babashka/sci"
19-
:git/sha "b6dc7f3b76e83990ac25bf2d935ba3b60c007df4"}
19+
:git/sha "33995afb71d58dae270f1a8035e21196ea2157f0"}
2020
org.clojure/tools.cli {:mvn/version "1.0.214"}
2121
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
2222
#_#_prismatic/schema {:mvn/version "1.3.0"}

0 commit comments

Comments
 (0)