Skip to content

Commit

Permalink
Merge pull request #15 from armanbilge/patch-2
Browse files Browse the repository at this point in the history
Add snapshot resolver
  • Loading branch information
noelwelsh committed Dec 8, 2023
2 parents 12ba400 + a560ef7 commit c7e4985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gooey is a Scala library for creating user interfaces. It's goal is to make it v
To use Gooey, add the following to your `build.sbt`

```scala
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
libraryDependencies += "org.creativescala" %% "gooey" % "@VERSION@"
```

Expand Down

0 comments on commit c7e4985

Please sign in to comment.