Skip to content

Commit 8ffdf28

Browse files
authored
maint: bump internal deps for build and test (#246)
1 parent cd9a200 commit 8ffdf28

File tree

6 files changed

+61
-55
lines changed

6 files changed

+61
-55
lines changed

.github/workflows/native-image-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ windows, ubuntu, macos ]
20-
java-version: [ '21' ]
20+
java-version: [ '21.0.1' ]
2121
test: [ native, native-sci ]
2222
clojure-version: [ '1.11' ]
2323

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
lread/status-line {:git/url "https://github.com/lread/status-line.git"
99
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
1010
etaoin/etaoin {:mvn/version "1.0.40"}
11-
io.github.babashka/neil {:git/tag "v0.2.62" :git/sha "f597921"}}
11+
io.github.babashka/neil {:git/tag "v0.2.63" :git/sha "076fb83"}}
1212
:tasks {;; setup
1313
:requires ([clojure.string :as string]
1414
[lread.status-line :as status])

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
3333
:main-opts ["-m" "clj-kondo.main"]}
3434

35-
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.0"}}
35+
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.2"}}
3636
:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]
3737
:test-paths ["test"]
3838
:add-linters [:performance]
@@ -115,7 +115,7 @@
115115

116116
:sci-test {:extra-paths ["target/generated/sci-test/src"]
117117
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
118-
:sha "4323578406848180424a801018047fe859e72c4b"}}}
118+
:sha "1ec4529a9c6f8610aacbe4efa874d5bfc9c67c66"}}}
119119

120120
:native-test {:extra-paths ["target/generated/graal"]}
121121

@@ -134,7 +134,7 @@
134134
;; Deployment
135135
;;
136136
:build {:deps {org.clojure/tools.build {:mvn/version "0.9.2"}
137-
slipset/deps-deploy {:mvn/version "0.2.1"}}
137+
slipset/deps-deploy {:mvn/version "0.2.2"}}
138138
:extra-paths ["src" "build"]
139139
:ns-default build}
140140

package-lock.json

Lines changed: 54 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"karma-cljs-test": "^0.1.0",
77
"karma-junit-reporter": "^2.0.0",
88
"karma-spec-reporter": "^0.0.36",
9-
"shadow-cljs": "^2.25.8"
9+
"shadow-cljs": "^2.26.2"
1010
}
1111
}

script/test_libs.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
"lein test"]}
313313
{:name "clojure-lsp"
314314
:platforms [:clj]
315-
:version "2023.08.06-00.28.06"
315+
:version "2023.10.30-16.25.41"
316316
:github-release {:repo "clojure-lsp/clojure-lsp"}
317317
:patch-fn clojure-lsp-patch
318318
:show-deps-fn clojure-lsp-deps

0 commit comments

Comments
 (0)