Version 1.2.1
This commit is contained in:
parent
1f1ece0956
commit
24b047ae1b
8 changed files with 29 additions and 27 deletions
|
@ -29,7 +29,7 @@ public class ExampleBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL);
|
||||
|
||||
scope(compile).include(dependency("net.thauvin.erik", "semver", version(1, 2, 1, "SNAPSHOT")));
|
||||
scope(compile).include(dependency("net.thauvin.erik", "semver", version(1, 2, 1)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue