Skip to content

Commit 5bb1c8c

Browse files
committed
update for release
1 parent ce6ecb9 commit 5bb1c8c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Dependencies._
22

33
name := """bitbucket-scala-client"""
44

5-
version := "1.1-SNAPSHOT"
5+
version := "1.1"
66

77
scalaVersion := "2.10.5"
88

@@ -41,7 +41,7 @@ startYear := Some(2014)
4141

4242
description := "Bitbucket Scala Client"
4343

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"))
4545

4646
homepage := Some(url("https://github.com/codacy/bitbucket-scala-client.git"))
4747

project/plugins.sbt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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")

0 commit comments

Comments
 (0)