diff --git a/README.md b/README.md index 13c789d8..d634dd31 100644 --- a/README.md +++ b/README.md @@ -18,37 +18,37 @@ 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.3" +libraryDependencies += "com.github.tminglei" % "slick-pg_2.10" % "0.5.2" ``` > If you need `play-json` support, pls append dependency: ```scala -libraryDependencies += "com.github.tminglei" % "slick-pg_play-json_2.10" % "0.5.1.3" +libraryDependencies += "com.github.tminglei" % "slick-pg_play-json_2.10" % "0.5.2" ``` > If you need `joda-time` support, pls append dependency: ```scala -libraryDependencies += "com.github.tminglei" % "slick-pg_joda-time_2.10" % "0.5.1.3" +libraryDependencies += "com.github.tminglei" % "slick-pg_joda-time_2.10" % "0.5.2" ``` > If you need `jts` geom support, pls append dependency: ```scala -libraryDependencies += "com.github.tminglei" % "slick-pg_jts_2.10" % "0.5.1.3" +libraryDependencies += "com.github.tminglei" % "slick-pg_jts_2.10" % "0.5.2" ``` > If you need `json4s` support, pls append dependency: ```scala -libraryDependencies += "com.github.tminglei" % "slick-pg_json4s_2.10" % "0.5.1.3" +libraryDependencies += "com.github.tminglei" % "slick-pg_json4s_2.10" % "0.5.2" ``` > If you need `threeten` support, pls append dependency: ```scala -libraryDependencies += "com.github.tminglei" % "slick-pg_threeten_2.10" % "0.5.1.3" +libraryDependencies += "com.github.tminglei" % "slick-pg_threeten_2.10" % "0.5.2" ``` > If you need `spray-json` support, pls append dependency: ```scala -libraryDependencies += "com.github.tminglei" % "slick-pg_spray-json_2.10" % "0.5.1.3" +libraryDependencies += "com.github.tminglei" % "slick-pg_spray-json_2.10" % "0.5.2" ``` @@ -57,7 +57,7 @@ Or, in [maven](http://maven.apache.org/ "maven") project, you can add `slick-pg` com.github.tminglei slick-pg_2.10 - 0.5.1.3 + 0.5.2 @@ -198,6 +198,9 @@ Support details Version history ------------------------------ +v0.5.2 (13-Mar-2014): +1) added spray-json support + v0.5.1 (22-Feb-2014): 1) added more postgis/geom functions