Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Feb 1, 2024
1 parent dfeb6d6 commit 81ce5ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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.

0 comments on commit 81ce5ce

Please sign in to comment.