Skip to content

Commit

Permalink
Update README.md: Fix typo in dependency specifiers (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboisvert authored Sep 10, 2024
1 parent 15f42f5 commit 9828b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ With `mill`:
```scala
def ivyDeps = Agg(
// ... other dependencies
ivy"ch.epfl.lamp:::gears::<version>"
ivy"ch.epfl.lamp::gears:<version>"
)
```

With `scala` (since 3.5.0) or `scala-cli`:
```scala
//> using dep "ch.epfl.lamp:::gears::<version>"
//> using dep "ch.epfl.lamp::gears:<version>"
```

## Setting up on an unpublished version of Gears
Expand Down

0 comments on commit 9828b8f

Please sign in to comment.