Skip to content

Commit

Permalink
Updated to RIFE2 and bld 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed May 12, 2023
1 parent 94ad456 commit 6638a0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/bld.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2
rife2.downloadLocation=
rife2.version=1.6.3
bld.downloadLocation=
bld.version=1.7.0
2 changes: 1 addition & 1 deletion src/bld/java/hello/AppBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public AppBuild() {

repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", version(1,6,3)));
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,0)));
scope(test)
.include(dependency("org.jsoup", "jsoup", version(1,16,1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))
Expand Down

0 comments on commit 6638a0d

Please sign in to comment.