Skip to content

Commit 6bb1a87

Browse files
committed
prepare for release
1 parent a808ab4 commit 6bb1a87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ Licensed [Apache 2][license].
1919
|-------|----------|----------|
2020
| 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) |
2121
| 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) |
22+
| 2.12 | 3.2 | 0.3.3 |
2223
| 2.11 | 3.1 | 0.3.0 |
2324

24-
If you specifically need Slick 3.2, use [slickless 0.3.3](https://github.com/underscoreio/slickless/releases/tag/0.3.3).
25-
2625
## Getting Started
2726

2827
Grab the code by adding the following to your `build.sbt`:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "slickless"
22
organization := "io.underscore"
3-
version := "0.3.5-SNAPSHOT"
3+
version := "0.3.5"
44
scalaVersion := "2.13.0"
55

66
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0")

0 commit comments

Comments
 (0)