File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Dependencies._
2
2
3
3
name := """ bitbucket-scala-client"""
4
4
5
- version := " 1.1-SNAPSHOT "
5
+ version := " 1.1"
6
6
7
7
scalaVersion := " 2.10.5"
8
8
@@ -41,7 +41,7 @@ startYear := Some(2014)
41
41
42
42
description := " Bitbucket Scala Client"
43
43
44
- licenses := Seq (" GNU GENERAL PUBLIC LICENSE , Version 3 .0" -> url(" http://www.gnu .org/licenses/gpl-3 .0.txt" ))
44
+ licenses := Seq (" The Apache Software License , Version 2 .0" -> url(" http://www.apache .org/licenses/LICENSE-2 .0.txt" ))
45
45
46
46
homepage := Some (url(" https://github.com/codacy/bitbucket-scala-client.git" ))
47
47
Original file line number Diff line number Diff line change
1
+ import sbt ._
2
+
3
+ resolvers ++= Seq (
4
+ DefaultMavenRepository ,
5
+ " Typesafe Repository" at " http://repo.typesafe.com/typesafe/releases/" ,
6
+ " Bintray Repository" at " https://dl.bintray.com/sbt/ivy-releases/" ,
7
+ " Sonatype snapshots" at " http://oss.sonatype.org/content/repositories/snapshots/" ,
8
+ Classpaths .typesafeReleases,
9
+ Classpaths .sbtPluginReleases
10
+ )
11
+
12
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 0.5.0" )
13
+
14
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments