Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jun 16, 2019
1 parent 84b5fb9 commit c75453d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@



| Slick version | SBT dependency |
|---------------|------------------------------------------------------|
| 3.3.0 | `"io.github.nafg" %% "slick-additions" % "0.8.0"` |
| 3.2.1 | `"io.github.nafg" %% "slick-additions" % "0.7.2"` |
| 3.2.0 | `"io.github.nafg" %% "slick-additions" % "0.7.0"` |
| 3.1.1 | `"io.github.nafg" %% "slick-additions" % "0.6.1"` |
| 3.0.3 | `"io.github.nafg" %% "slick-additions" % "0.5.2"` |
| Slick version | Slick-additions version | SBT dependency | Supported scala versions
|---------------|-------------------------|------------------------------------------------------|--------------------------
| 3.3.2 | 0.9.0 | `"io.github.nafg" %% "slick-additions" % "0.9.0"` | 2.12, 2.13
| 3.3.0 | 0.8.0 | `"io.github.nafg" %% "slick-additions" % "0.8.0"` | 2.11, 2.12
| 3.2.1 | 0.7.2 | `"io.github.nafg" %% "slick-additions" % "0.7.2"` | 2.11, 2.12
| 3.2.0 | 0.7.0 | `"io.github.nafg" %% "slick-additions" % "0.7.0"` | 2.11, 2.12
| 3.1.1 | 0.6.1 | `"io.github.nafg" %% "slick-additions" % "0.6.1"` | 2.10, 2.11
| 3.0.3 | 0.5.2 | `"io.github.nafg" %% "slick-additions" % "0.5.2"` | 2.10, 2.11

Artifacts are deployed to Bintray and synchronized to JCenter, so you may need to add `resolvers += Resolver.jcenterRepo` to your build.

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.8.0"
ThisBuild / version := "0.9.0"

0 comments on commit c75453d

Please sign in to comment.