Version 1.2.1

This commit is contained in:
Erik C. Thauvin 2023-10-01 20:26:21 -07:00
parent 1f1ece0956
commit 24b047ae1b
8 changed files with 29 additions and 27 deletions

View file

@ -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) {