Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Update versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hirofumi authored Jun 2, 2018
1 parent 6642553 commit a1d466c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

```sbt
// available for Scala 2.11 and 2.12
libraryDependencies += "com.github.hirofumi" %% "xgboost4j" % "0.7.1-p1"
libraryDependencies += "com.github.hirofumi" %% "xgboost4j" % "0.7.2-p1"

// available for Scala 2.11
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-flink" % "0.7.1-p1"
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-spark" % "0.7.1-p1"
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-flink" % "0.7.2-p1"
libraryDependencies += "com.github.hirofumi" %% "xgboost4j-spark" % "0.7.2-p1"
```

### Note
Expand Down

0 comments on commit a1d466c

Please sign in to comment.