From 81ce5cefedbfaa0c99de70812af5eceab39e5902 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Wed, 31 Jan 2024 20:53:43 -0500 Subject: [PATCH] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c39afa..4480411 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,10,0))) + version(5,10,1))) .include(dependency("org.junit.platform", "junit-platform-console-standalone", - version(1,10,0))); + version(1,10,1))); } public static void main(String[] args) { @@ -126,5 +126,5 @@ Then use `bld` to build itself: ./bld compile ``` -The project has an Intellij IDEA project structure. You can just open it after all +The project has an IntelliJ IDEA project structure. You can just open it after all the dependencies were downloaded and peruse the code.