From a5fe0b8dd5a4dc5d5b8ead0d3c0742043fa94e81 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Wed, 21 Jan 2026 17:31:01 -0500 Subject: [PATCH] fix: publish not building in CI --- .github/workflows/deps-publish.yml | 3 +-- deps/publish/deps.edn | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deps-publish.yml b/.github/workflows/deps-publish.yml index c078a61919..2ed0f57738 100644 --- a/.github/workflows/deps-publish.yml +++ b/.github/workflows/deps-publish.yml @@ -30,8 +30,7 @@ defaults: env: CLOJURE_VERSION: '1.11.1.1413' - # This is the same as 1.8. - JAVA_VERSION: '11' + JAVA_VERSION: '21' # This is the latest node version we can run. NODE_VERSION: '22' BABASHKA_VERSION: '1.0.168' diff --git a/deps/publish/deps.edn b/deps/publish/deps.edn index 50676b69be..d0d209a905 100644 --- a/deps/publish/deps.edn +++ b/deps/publish/deps.edn @@ -1,6 +1,6 @@ {:paths ["src" "../../resources"] :deps - {org.clojure/clojure {:mvn/version "1.11.1"} + {org.clojure/clojure {:mvn/version "1.12.0"} rum/rum {:git/url "https://github.com/logseq/rum" ;; fork :sha "5d672bf84ed944414b9f61eeb83808ead7be9127"}