Skip to content

Commit 0225e30

Browse files
committed
Updated rook to version 0.1.246
1 parent c180c5d commit 0225e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Download extends DefaultTask {
7070

7171

7272
task downloadRookout(type: Download) {
73-
sourceUrl = "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.rookout&a=rook&v=0.1.245"
73+
sourceUrl = "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.rookout&a=rook&v=0.1.246"
7474
target = new File('rook.jar')
7575
}
7676

0 commit comments

Comments
 (0)