Skip to content

Commit e82dbc2

Browse files
authored
Update README.md: Fix typo in dependency specifiers
1 parent 15f42f5 commit e82dbc2

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
@@ -27,13 +27,13 @@ With `mill`:
2727
```scala
2828
def ivyDeps = Agg(
2929
// ... other dependencies
30-
ivy"ch.epfl.lamp:::gears::<version>"
30+
ivy"ch.epfl.lamp::gears:<version>"
3131
)
3232
```
3333

3434
With `scala` (since 3.5.0) or `scala-cli`:
3535
```scala
36-
//> using dep "ch.epfl.lamp:::gears::<version>"
36+
//> using dep "ch.epfl.lamp::gears:<version>"
3737
```
3838

3939
## Setting up on an unpublished version of Gears

0 commit comments

Comments
 (0)