Skip to content

Commit d6c85ec

Browse files
committed
use public docopt locators
1 parent f74ab74 commit d6c85ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To specify dependencies simply use gradle-style locators. Here's an example usin
3535

3636
```kotlin
3737
#!/usr/bin/env kscript
38-
//DEPS org.docopt:docopt:0.6.0-SNAPSHOT,log4j:log4j:1.2.14
38+
//DEPS com.offbytwo:docopt:0.6.0.20150202,log4j:log4j:1.2.14
3939

4040
import org.docopt.Docopt
4141
import java.util.*
@@ -83,7 +83,7 @@ EOF
8383
Since the piped content is considered as a regular script it can also have dependencies
8484
```{bash}
8585
kscript - <<"EOF"
86-
//DEPS org.docopt:docopt:0.6.0-SNAPSHOT log4j:log4j:1.2.14
86+
//DEPS com.offbytwo:docopt:0.6.0.20150202 log4j:log4j:1.2.14
8787
8888
import org.docopt.Docopt
8989
val docopt = Docopt("Usage: jl <command> [options] [<joblist_file>]")

0 commit comments

Comments
 (0)