Skip to content

Commit 12df92a

Browse files
committed
Updated rook to version 0.1.242
1 parent 75271bd commit 12df92a

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.241"
73+
sourceUrl = "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.rookout&a=rook&v=0.1.242"
7474
target = new File('rook.jar')
7575
}
7676

0 commit comments

Comments
 (0)