Skip to content

Commit

Permalink
Document backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Feb 13, 2024
1 parent e63eccb commit 45cc8ae
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/src/pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,12 @@ To use Gooey, add the following to your `build.sbt`

```scala
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
libraryDependencies += "org.creativescala" %% "gooey-core" % "@VERSION@"
=======
=======
>>>>>>> 5a28a2e (Document backend dependencies)
=======
>>>>>>> 5a28a2e (Document backend dependencies)

// Use this for JVM projects
libraryDependencies += "org.creativescala" %% "gooey-core" % "@VERSION@"

// Use this for Javascript / web projects, or projects targetting both the JVM and Javascript
libraryDependencies += "org.creativescala" %%% "gooey-core" % "@VERSION@"
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> 5a28a2e (Document backend dependencies)
=======
>>>>>>> 5a28a2e (Document backend dependencies)
=======
>>>>>>> 5a28a2e (Document backend dependencies)
```

You'll also need to add the particular backend you intend to use.
Expand Down

0 comments on commit 45cc8ae

Please sign in to comment.