Skip to content

Commit

Permalink
Fix typo in sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Mar 10, 2024
1 parent 2ca50e7 commit 21b9d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start.md
Expand Up @@ -20,7 +20,7 @@ around the [TwelveMonkeys](https://github.com/haraldk/TwelveMonkeys) library.
=== "SBT"

```scala
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "$version"
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-core" % "$version"
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-scala" % "$version"
```

Expand Down

0 comments on commit 21b9d16

Please sign in to comment.