Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Update dependency in docs
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
ceedubs authored Oct 12, 2016
1 parent 7db5cb3 commit 0ccb5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Using Journal is simple:
### Step 1: Add the dependency to your project

``` scala
libraryDependencies += "oncue.journal" %% "core" % "x.x.+"
libraryDependencies += "io.verizon.journal" %% "core" % "x.x.+"
```

(check for the latest release by [looking on bintray](https://bintray.com/oncue/releases/journal/view))
(check for the latest release by [looking on Maven Central](https://maven-badges.herokuapp.com/maven-central/io.verizon.journal/core_2.11))

### Step 2: Configure the logger

Expand Down

0 comments on commit 0ccb5a2

Please sign in to comment.