Skip to content

Commit 9801fe1

Browse files
Kane Rogersdehora
authored andcommitted
Add SBT to installation instructions
We use intercom.io in our Scala project. Works well. :- )
1 parent 216f6df commit 9801fe1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ dependencies {
6060
}
6161
```
6262

63+
### sbt
64+
65+
Add jcenter to your `resolvers` in your `build.sbt`:
66+
67+
```scala
68+
resolvers += "jcenter" at "http://jcenter.bintray.com"
69+
```
70+
71+
and add the project to your `libraryDependencies` in your `build.sbt`:
72+
73+
```scala
74+
libraryDependencies += "io.intercom" % "intercom-java" % "1.0.0"
75+
```
6376

6477
## Resources
6578

0 commit comments

Comments
 (0)