From b7963ba6ca0c9f41b9e2fa723e8ba2965d03beb0 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 22 Aug 2023 11:44:02 -0700 Subject: [PATCH] Minor cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8a24a7..436f0bd 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ public class MyappBuild extends Project { scope(test) .include(dependency("org.junit.jupiter", "junit-jupiter", - version(5,9,2))) + version(5,10,0))) .include(dependency("org.junit.platform", "junit-platform-console-standalone", - version(1,9,2))); + version(1,10,0))); } public static void main(String[] args) {