Bumped bld to 1.8.0

This commit is contained in:
Erik C. Thauvin 2024-01-31 15:58:22 -08:00
parent c9d4ec46df
commit 4274930988
Signed by: erik
GPG key ID: 776702A6A2DA330E
11 changed files with 14 additions and 12 deletions

View file

@ -25,7 +25,7 @@ public class ExampleBuild extends BaseProject {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
scope(compile)
.include(dependency("net.thauvin.erik", "pinboard-poster", version(1, 1, 1)));
.include(dependency("net.thauvin.erik", "pinboard-poster", version(1, 1, 2, "SNAPSHOT")));
}
public static void main(String[] args) {