Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmarques committed Jan 19, 2017
1 parent 893c24c commit 539b45a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -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"),
Expand Down

0 comments on commit 539b45a

Please sign in to comment.