From d08bd86080557f968d0aef326f48cc1e64945620 Mon Sep 17 00:00:00 2001 From: Ahmed Zaki Date: Wed, 30 Oct 2024 13:17:45 +0300 Subject: [PATCH] Fix a simple typo in Java version. --- _posts/tutorials/2017-05-24-javalin-maven-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/tutorials/2017-05-24-javalin-maven-example.md b/_posts/tutorials/2017-05-24-javalin-maven-example.md index a43faff6..ccf50da2 100644 --- a/_posts/tutorials/2017-05-24-javalin-maven-example.md +++ b/_posts/tutorials/2017-05-24-javalin-maven-example.md @@ -113,7 +113,7 @@ Finally, paste the Javalin "Hello World" snippet into a new file, `HelloWorld.ja {% include macros/gettingStarted.md %} -Depending on your setup, you might need to explicitly set the language level to Java 8. +Depending on your setup, you might need to explicitly set the language level to Java 11. This can be done in the in the `pom.xml`. Add the following snippet: ~~~markup