From b768974a4102c4c9fdf7f7e8698cb01c6fa84521 Mon Sep 17 00:00:00 2001 From: nickbauman Date: Mon, 23 Oct 2023 13:31:00 -0500 Subject: [PATCH] use java 11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c391dd1..42f9e9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gaeclj-ds -A Clojure query DSL for Google App Engine for Java 8. Inspired by the Python NDB library (with an emphasis on Clojure's more functional idiom.) Queries return a lazy sequence. +A Clojure query DSL for Google App Engine for Java 11. Inspired by the Python NDB library (with an emphasis on Clojure's more functional idiom.) Queries return a lazy sequence. [![Clojars Project](https://img.shields.io/clojars/v/gaeclj-ds.svg)](https://clojars.org/gaeclj-ds)