Version 0.9.2
This commit is contained in:
parent
f1c5f1030c
commit
0d863f7b65
5 changed files with 6 additions and 13 deletions
|
@ -25,7 +25,7 @@ public class ReadingTimeExampleBuild extends BaseProject {
|
|||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("net.thauvin.erik", "readingtime", version(0, 9, 2, "SNAPSHOT")));
|
||||
.include(dependency("net.thauvin.erik", "readingtime", version(0, 9, 2)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue