Bumped depedencies
This commit is contained in:
parent
8a40f0ab80
commit
dbdb6d26f7
5 changed files with 10 additions and 24 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)));
|
||||
.include(dependency("net.thauvin.erik", "readingtime", version(0, 9, 3, "SNAPSHOT")));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue