Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Mar 5, 2014
1 parent 0e6240d commit 7050dfa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@ Install
-------
To use `slick-pg` in [sbt](http://www.scala-sbt.org/ "slick-sbt") project, add the following to your project file:
```scala
libraryDependencies += "com.github.tminglei" % "slick-pg_2.10" % "0.5.1.2"
libraryDependencies += "com.github.tminglei" % "slick-pg_2.10" % "0.5.1.3"
```

> If you need `play-json` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" % "slick-pg_play-json_2.10" % "0.5.1.2"
libraryDependencies += "com.github.tminglei" % "slick-pg_play-json_2.10" % "0.5.1.3"
```

> If you need `joda-time` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" % "slick-pg_joda-time_2.10" % "0.5.1.2"
libraryDependencies += "com.github.tminglei" % "slick-pg_joda-time_2.10" % "0.5.1.3"
```

> If you need `jts` geom support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" % "slick-pg_jts_2.10" % "0.5.1.2"
libraryDependencies += "com.github.tminglei" % "slick-pg_jts_2.10" % "0.5.1.3"
```

> If you need `json4s` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" % "slick-pg_json4s_2.10" % "0.5.1.2"
libraryDependencies += "com.github.tminglei" % "slick-pg_json4s_2.10" % "0.5.1.3"
```

> If you need `threeten` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" % "slick-pg_threeten_2.10" % "0.5.1.2"
libraryDependencies += "com.github.tminglei" % "slick-pg_threeten_2.10" % "0.5.1.3"
```


Expand All @@ -52,7 +52,7 @@ Or, in [maven](http://maven.apache.org/ "maven") project, you can add `slick-pg`
<dependency>
<groupId>com.github.tminglei</groupId>
<artifactId>slick-pg_2.10</artifactId>
<version>0.5.1.2</version>
<version>0.5.1.3</version>
</dependency>

<!-- append play-json/json4s/joda-time/jts/threeten dependencies if needed -->
Expand Down

0 comments on commit 7050dfa

Please sign in to comment.