Skip to content

Commit

Permalink
README.md: add 0.7.0, and supported scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg authored Jun 16, 2019
1 parent 04e8b99 commit aefad02
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Write typesafe and typo-safe database migrations, using your existing Slick tabl

### Dependency

| Slick version | SBT dependency |
|---------------|------------------------------------------------------------------|
| 3.3.0 | `"io.github.nafg" %% "slick-migration-api" % "0.6.1"` |
| 3.2.3 | `"io.github.nafg" %% "slick-migration-api" % "0.4.4"` |
| 3.2.1 | `"io.github.nafg" %% "slick-migration-api" % "0.4.2"` |
| 3.2.0 | `"io.github.nafg" %% "slick-migration-api" % "0.4.0"` |
| 3.1.1 | `"io.github.nafg" %% "slick-migration-api" % "0.3.0"` |
| 3.0.3 | `"io.github.nafg" %% "slick-migration-api_slick30" % "0.3.0"` |
| 2.1.0 | `"io.github.nafg" %% "slick-migration-api" % "0.1.1"` |
| Slick version | SBT dependency | Supported scala versions
|---------------|------------------------------------------------------------------|--------------------------
| 3.3.2 | `"io.github.nafg" %% "slick-migration-api" % "0.7.0"` | 2.12, 2.13
| 3.3.0 | `"io.github.nafg" %% "slick-migration-api" % "0.6.1"` | 2.11, 2.12
| 3.2.3 | `"io.github.nafg" %% "slick-migration-api" % "0.4.4"` | 2.11, 2.12
| 3.2.1 | `"io.github.nafg" %% "slick-migration-api" % "0.4.2"` | 2.11, 2.12
| 3.2.0 | `"io.github.nafg" %% "slick-migration-api" % "0.4.0"` | 2.11, 2.12
| 3.1.1 | `"io.github.nafg" %% "slick-migration-api" % "0.3.0"` | 2.11
| 3.0.3 | `"io.github.nafg" %% "slick-migration-api_slick30" % "0.3.0"` | 2.10, 2.11
| 2.1.0 | `"io.github.nafg" %% "slick-migration-api" % "0.1.1"` | 2.10

Artifacts are deployed to bintray and synchronized to JCenter, so add `resolvers += Resolver.jcenterRepo` to your build.

Expand Down

0 comments on commit aefad02

Please sign in to comment.