Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 26, 2023
1 parent 914e0bf commit 8b05eb7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,15 @@ blaze.dependencies = [
```

Try `examples/guava.js` or `examples/guava.groovy` to see it in action!

### Latest and Release Versions

As of Blaze v1.2.0+, the version keywords of "latest" and "release" are supported. These are wildcard versions that
will pull in either any recent version (including snapshots) or just the most recent released version.

```
blaze.dependencies = [
"com.google.guava:guava:latest"
"com.fizzed:crux-util:release"
]
```

0 comments on commit 8b05eb7

Please sign in to comment.