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 b980c43 commit e63eccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ To use Gooey, add the following to your `build.sbt`
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)
Expand Down

0 comments on commit e63eccb

Please sign in to comment.