From 82529baa2c1e96f043aef95273f63f0ce5c4f15b Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 9 Mar 2023 22:23:43 +0100 Subject: [PATCH] Mention OpenJDK 11 --- project/project-info.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/project-info.conf b/project/project-info.conf index 06c58d62..47ee00a5 100644 --- a/project/project-info.conf +++ b/project/project-info.conf @@ -1,7 +1,7 @@ project-info { # version is overridden from the `projectInfoVersion` key (which defaults to sbt's project version) version: "current" - jdk-versions: ["OpenJDK 8"] + jdk-versions: ["Eclipse Temurin OpenJDK 11"] title: "play-grpc" issues: { url: "https://github.com/playframework/play-grpc/issues"