Skip to content

Commit

Permalink
jump to v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Nov 28, 2019
1 parent 107072b commit 9484247
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,44 +195,44 @@ 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" % "0.18.0"
libraryDependencies += "com.github.tminglei" %% "slick-pg" % "0.18.1"
```

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

> If you need `jts` geom support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" %% "slick-pg_jts" % "0.18.0"
libraryDependencies += "com.github.tminglei" %% "slick-pg_jts" % "0.18.1"
or
libraryDependencies += "com.github.tminglei" %% "slick-pg_jts_lt" % "0.18.0"
libraryDependencies += "com.github.tminglei" %% "slick-pg_jts_lt" % "0.18.1"
```

> If you need `json4s` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" %% "slick-pg_json4s" % "0.18.0"
libraryDependencies += "com.github.tminglei" %% "slick-pg_json4s" % "0.18.1"
```

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

> If you need `spray-json` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" %% "slick-pg_spray-json" % "0.18.0"
libraryDependencies += "com.github.tminglei" %% "slick-pg_spray-json" % "0.18.1"
```

> If you need `argonaut json` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" %% "slick-pg_argonaut" % "0.18.0"
libraryDependencies += "com.github.tminglei" %% "slick-pg_argonaut" % "0.18.1"
```

> If you need `circe json` support, pls append dependency:
```scala
libraryDependencies += "com.github.tminglei" %% "slick-pg_circe-json" % "0.18.0"
libraryDependencies += "com.github.tminglei" %% "slick-pg_circe-json" % "0.18.1"
```


Expand All @@ -241,7 +241,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.12</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>
</dependency>
<!-- other addons if necessary -->
...
Expand Down

0 comments on commit 9484247

Please sign in to comment.