From 6bb1a87b73eb186f76de2cfa810f61abb2e3cbb2 Mon Sep 17 00:00:00 2001 From: Richard Dallaway Date: Wed, 3 Jul 2019 17:27:06 +0100 Subject: [PATCH] prepare for release --- README.md | 3 +-- build.sbt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0658d51..2db75c1 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/build.sbt b/build.sbt index 1bfc803..2f8796c 100644 --- a/build.sbt +++ b/build.sbt @@ -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")