From 539b45aacd98a1c605302ba8298ae0d8926e7989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Marques?= Date: Thu, 19 Jan 2017 00:14:48 +0000 Subject: [PATCH] Release 1.2.3 --- README.md | 4 ++-- project/Build.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed55b61..4e238b8 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Slick Repositories is an aggregation of common database operations in ready-to-b ## Latest Release -The library releases are available at [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cbyteslounge%20slick-repo) for Scala **2.11** and **2.10**. In order to add the library as a dependency to your project: +The library releases are available at [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cbyteslounge%20slick-repo) for Scala **2.10**, **2.11** and **2.12**. In order to add the library as a dependency to your project: ```scala -libraryDependencies += "com.byteslounge" %% "slick-repo" % "1.2.2" +libraryDependencies += "com.byteslounge" %% "slick-repo" % "1.2.3" ``` ## Introduction diff --git a/project/Build.scala b/project/Build.scala index 81abe10..6252d55 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -41,7 +41,7 @@ object Build extends Build { name := "slick-repo", description := "CRUD Repositories for Slick based persistence Scala projects", - version := "1.2.3-SNAPSHOT", + version := "1.2.3", scalaVersion := "2.11.8", crossScalaVersions := Seq("2.11.8", "2.12.1", "2.10.6"),