Skip to content

Commit

Permalink
updating the tutorial again breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-knapen committed Jan 24, 2020
1 parent 3e1da85 commit 4b3fd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Start by adding the Lighthouse dependency to your project. In case you are using
<dependency>
<groupId>be.dataminded</groupId>
<artifactId>lighthouse_2.11</artifactId>
<version>0.2.7</version>
<version>0.3.0</version>
</dependency>
```
or sbt:

```scala
libraryDependencies += "be.dataminded" %% "lighthouse" % "0.2.7"
libraryDependencies += "be.dataminded" %% "lighthouse" % "0.3.0"
```
You can also manually clone and build Lighthouse. You can get the repo here:
```
Expand Down

0 comments on commit 4b3fd57

Please sign in to comment.