Skip to content

Commit

Permalink
maint: bump internal deps for build and test (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Nov 30, 2023
1 parent cd9a200 commit 8ffdf28
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows, ubuntu, macos ]
java-version: [ '21' ]
java-version: [ '21.0.1' ]
test: [ native, native-sci ]
clojure-version: [ '1.11' ]

Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
lread/status-line {:git/url "https://github.com/lread/status-line.git"
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
etaoin/etaoin {:mvn/version "1.0.40"}
io.github.babashka/neil {:git/tag "v0.2.62" :git/sha "f597921"}}
io.github.babashka/neil {:git/tag "v0.2.63" :git/sha "076fb83"}}
:tasks {;; setup
:requires ([clojure.string :as string]
[lread.status-line :as status])
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
:main-opts ["-m" "clj-kondo.main"]}

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

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

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

Expand All @@ -134,7 +134,7 @@
;; Deployment
;;
:build {:deps {org.clojure/tools.build {:mvn/version "0.9.2"}
slipset/deps-deploy {:mvn/version "0.2.1"}}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:extra-paths ["src" "build"]
:ns-default build}

Expand Down
102 changes: 54 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"karma-cljs-test": "^0.1.0",
"karma-junit-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"shadow-cljs": "^2.25.8"
"shadow-cljs": "^2.26.2"
}
}
2 changes: 1 addition & 1 deletion script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"lein test"]}
{:name "clojure-lsp"
:platforms [:clj]
:version "2023.08.06-00.28.06"
:version "2023.10.30-16.25.41"
:github-release {:repo "clojure-lsp/clojure-lsp"}
:patch-fn clojure-lsp-patch
:show-deps-fn clojure-lsp-deps
Expand Down

0 comments on commit 8ffdf28

Please sign in to comment.