-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6400edb
commit f5e4719
Showing
2 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# github - Github Integration for Scala [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12) | ||
|
||
## Quick Start | ||
|
||
To use github in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your | ||
`build.sbt` depending on your needs: | ||
|
||
```scala | ||
libraryDependencies ++= Seq( | ||
"io.chrisdavenport" %% "github" % "<version>" | ||
) | ||
``` |
This file was deleted.
Oops, something went wrong.