Skip to content

Commit

Permalink
correct directive format
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Nov 28, 2023
1 parent 62715a4 commit 1e69d10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object ScalaCliAlg {
"compileOnly.dep",
"compileOnly.deps",
"compileOnly.dependencies"
).map(alias => s"//> $alias ")
).map(alias => s"//> using $alias ")
}

final class ScalaCliAlg[F[_]](implicit
Expand Down

0 comments on commit 1e69d10

Please sign in to comment.