Skip to content

Commit 98146eb

Browse files
committed
Updated rook to version 0.1.250
1 parent 252739d commit 98146eb

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

0 commit comments

Comments
 (0)