mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 16:27:11 -07:00
Updated dependencies
This commit is contained in:
parent
bc13bad49f
commit
8b75f74a1d
8 changed files with 209 additions and 209 deletions
|
@ -60,10 +60,10 @@ public class MyappBuild extends Project {
|
|||
scope(test)
|
||||
.include(dependency("org.junit.jupiter",
|
||||
"junit-jupiter",
|
||||
version(5,10,2)))
|
||||
version(5,10,3)))
|
||||
.include(dependency("org.junit.platform",
|
||||
"junit-platform-console-standalone",
|
||||
version(1,10,2)));
|
||||
version(1,10,3)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
@ -73,8 +73,8 @@ public class MyappBuild extends Project {
|
|||
```
|
||||
|
||||
> **NOTE:** `bld` supports different ways to describe dependencies,
|
||||
> `dependency("org.junit.jupiter", "junit-jupiter", version(5,10,2))` can for instance also
|
||||
> be written as `dependency("org.junit.jupiter:junit-jupiter:5.10.2")`. Which format you use,
|
||||
> `dependency("org.junit.jupiter", "junit-jupiter", version(5,10,3))` can for instance also
|
||||
> be written as `dependency("org.junit.jupiter:junit-jupiter:5.10.3")`. Which format you use,
|
||||
> is a matter of personal taste.
|
||||
|
||||
# Where does `bld` fit?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue