Skip to content

Commit

Permalink
updated versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghazi-Bouabene committed Jan 21, 2016
1 parent 767e559 commit 99ae560
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 @@ -33,7 +33,7 @@ resolvers ++= Seq(
libraryDependencies ++= Seq(
// other dependencies here
"ch.unibas.cs.gravis" %% "scalismo" % "0.9.+"
"ch.unibas.cs.gravis" %% "scalismo" % "0.10.+"
// scalismo depends on some native libraries, which must be added explicitly for your system
"ch.unibas.cs.gravis" % "scalismo-native-all" % "3.0.+"
)
Expand All @@ -44,7 +44,7 @@ To use scalismo-ui (which is currently not open source) also add the following d

```
libraryDependencies ++= Seq(
"ch.unibas.cs.gravis" %% "scalismo-ui" % "0.5.+"
"ch.unibas.cs.gravis" %% "scalismo-ui" % "0.6.+"
)
```

Expand Down

0 comments on commit 99ae560

Please sign in to comment.