From ce97e21295709090a3a6cc86f67418342b26f9bc Mon Sep 17 00:00:00 2001 From: TATSUNO Yasuhiro Date: Fri, 18 Nov 2022 10:56:24 +0900 Subject: [PATCH 1/2] Mention Java 8 support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2e1614..031049a8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Documentation is available on [the ScalaCache website](https://cb372.github.io/s ScalaCache is available for Scala 2.11.x, 2.12.x, and 2.13.x. -The JVM must be Java 8 or newer. +The JVM must be Java 11 or newer. +For Java 8, use `1.0.0-M5` is the last supported version. + ## Compiling the documentation From 8ff9514b1f42e8b321a8a353dee571a77ac59ed1 Mon Sep 17 00:00:00 2001 From: TATSUNO Yasuhiro Date: Fri, 18 Nov 2022 13:20:34 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 031049a8..2790549e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Documentation is available on [the ScalaCache website](https://cb372.github.io/s ScalaCache is available for Scala 2.11.x, 2.12.x, and 2.13.x. The JVM must be Java 11 or newer. -For Java 8, use `1.0.0-M5` is the last supported version. +For Java 8, use `1.0.0-M5` which is the last supported version. ## Compiling the documentation