Skip to content

Commit

Permalink
jump to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Feb 24, 2015
1 parent f72aeb9 commit 678004a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ 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.8.1"
libraryDependencies += "com.github.tminglei" %% "slick-pg" % "0.8.2"
```


Expand All @@ -133,7 +133,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.8.1</version>
<version>0.8.2</version>
</dependency>
```

Expand Down Expand Up @@ -213,6 +213,10 @@ Details

History
------------------------------
v0.8.2 (24-Feb-2015):
1) add ?-contained operators support
2) add plain sql support for composite

v0.8.1 (3-Feb-2015):
1) add postgres 9.4 jsonb support
2) add more json operators/functions
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object SlickPgBuild extends Build {
organizationName := "slick-pg",
organization := "com.github.tminglei",
name := "slick-pg",
version := "0.8.1",
version := "0.8.2",

scalaVersion := "2.11.5",
crossScalaVersions := Seq("2.11.5", "2.10.4"),
Expand Down

0 comments on commit 678004a

Please sign in to comment.