Skip to content

Commit

Permalink
Merge pull request #382 from vhiairrassary/vhiairrassary/bump-circe
Browse files Browse the repository at this point in the history
Circe 0.9.0
  • Loading branch information
tminglei authored Jan 5, 2018
2 parents 4f09b18 + e0ab6cd commit 4310b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Here's the related technical details:
| `play-json` JsValue | json | `play-json` v2.6.0 |
| `spray-json` JsValue | json | `spray-json` v1.3.3 |
| `argonaut json` Json | json | `argonaut` v6.2 |
| `circe json` Json | json | `circe` v0.7.0 |
| `circe json` Json | json | `circe` v0.9.0 |
| `jawn json` Json | json | `jawn` v0.10.4 |
| (TsQuery+TsVector) | `text` search | no 3rd party dependencies |
| `jts` Geometry | `postgis` geometry | `jts` v1.13 |
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ lazy val slickPgCirceJson = Project(id = "slick-pg_circe-json", base = file("./a
name := "slick-pg_circe-json",
description := "Slick extensions for PostgreSQL - circe module",
libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq(
"io.circe" %% "circe-core" % "0.8.0",
"io.circe" %% "circe-generic" % "0.8.0",
"io.circe" %% "circe-parser" % "0.8.0"
"io.circe" %% "circe-core" % "0.9.0",
"io.circe" %% "circe-generic" % "0.9.0",
"io.circe" %% "circe-parser" % "0.9.0"
)
)
) dependsOn (slickPgCore)
Expand Down

0 comments on commit 4310b35

Please sign in to comment.