Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed Jul 3, 2019
1 parent a808ab4 commit 6bb1a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ Licensed [Apache 2][license].
|-------|----------|----------|
| 2.13 | 3.3 | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.underscore/slickless_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.underscore/slickless_2.12) |
| 2.12 | 3.3 | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.underscore/slickless_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.underscore/slickless_2.12) |
| 2.12 | 3.2 | 0.3.3 |
| 2.11 | 3.1 | 0.3.0 |

If you specifically need Slick 3.2, use [slickless 0.3.3](https://github.com/underscoreio/slickless/releases/tag/0.3.3).

## Getting Started

Grab the code by adding the following to your `build.sbt`:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "slickless"
organization := "io.underscore"
version := "0.3.5-SNAPSHOT"
version := "0.3.5"
scalaVersion := "2.13.0"

crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0")
Expand Down

0 comments on commit 6bb1a87

Please sign in to comment.