doc: remove old TODO

This commit is contained in:
Joel Kaasinen 2025-10-24 14:24:38 +03:00
parent 560c6d7969
commit cde050f964

View file

@ -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"]