From cde050f9643f2adcac02d7f6f6d52004c2f2e10c Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Fri, 24 Oct 2025 14:24:38 +0300 Subject: [PATCH] doc: remove old TODO --- project.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/project.clj b/project.clj index b6016bfc..27373f53 100644 --- a/project.clj +++ b/project.clj @@ -15,7 +15,6 @@ :metadata {:doc/format :markdown}} :scm {:name "git" :url "https://github.com/metosin/reitit"} - ;; TODO: need to verify that the code actually worked with Java1.8, see #242 ;; Ring 1.13.1 drops support for Java 1.8 so lets target 11 :javac-options ["-Xlint:unchecked" "-target" "11" "-source" "11"] :managed-dependencies [[metosin/reitit "0.9.1"]