Skip to content

Commit

Permalink
update REAMDE for new rev
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Sep 10, 2018
1 parent 529cd14 commit 6d8abe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The `snowball` package is implemented in java, and so it can be used in both jav
resolvers += "manyangled" at "https://dl.bintray.com/manyangled/maven/"

libraryDependencies ++= Seq(
"com.manyangled" % "snowball" % "0.1.0",
"com.manyangled" % "gibbous" % "0.1.0",
"com.manyangled" % "snowball" % "0.1.1",
"com.manyangled" % "gibbous" % "0.1.1",
"org.apache.commons" % "commons-math3" % "3.6.1")
```

Expand Down

0 comments on commit 6d8abe4

Please sign in to comment.