Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmarques committed Jan 8, 2017
1 parent 15bb2b2 commit 86d448b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ object Build extends Build {
.settings(

name := "slick-repo",
version := "1.1.1-SNAPSHOT",
description := "CRUD Repositories for Slick based persistence Scala projects",
version := "1.1.1",

scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.11.8", "2.10.6"),
Expand Down Expand Up @@ -75,8 +76,6 @@ object Build extends Build {
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),
useGpg := true,
pomExtra :=
<name>Slick Repository</name>
<description>CRUD Repositories for Slick based persistence Scala projects.</description>
<url>https://github.com/gonmarques/slick-repo</url>
<inceptionYear>2016</inceptionYear>
<licenses>
Expand All @@ -89,8 +88,15 @@ object Build extends Build {
<developer>
<id>gonmarques</id>
<name>Gonçalo Marques</name>
<url>https://github.com/gonmarques</url>
</developer>
</developers>
<contributors>
<contributor>
<name>Cláudio Diniz</name>
<url>https://github.com/cdiniz</url>
</contributor>
</contributors>
<scm>
<url>https://github.com/gonmarques/slick-repo.git</url>
<connection>scm:git:git://github.com/gonmarques/slick-repo.git</connection>
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.0")

addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.12")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "1.5.0")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")
addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.1.0")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit 86d448b

Please sign in to comment.