Skip to content

Commit

Permalink
Correct resolver URL in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bagf committed Apr 26, 2021
1 parent ecc5124 commit e942bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ s: String = example
Include the following dependency in your SBT build

```scala
resolvers += s"castleone-github" at s"https://maven.pkg.github.com/$githubOwner",
resolvers += s"castleone-github" at s"https://maven.pkg.github.com/CastleOne"

libraryDependencies += "castleone" %% "emailaddress" % "3.1.0"
```
Expand Down

0 comments on commit e942bfe

Please sign in to comment.