From f31302ac8c6cef42a785a7d72a8e9acfb1f03c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Tue, 30 Sep 2025 15:22:15 -0700 Subject: [PATCH] Use sources from Clojure 1.12.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9824bc4..e6205ba 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := bash GO-VERSION ?= 1.19.3 -CLOJURE-VERSION ?= 1.12.1 +CLOJURE-VERSION ?= 1.12.3 CLOJURE-STDLIB-VERSION := clojure-$(CLOJURE-VERSION) STDLIB-ORIGINALS-DIR := scripts/rewrite-core/originals