Skip to content

Commit 5948ace

Browse files
author
Nader Hadji Ghanbari
committed
sbt 1.0.4
- Remove resolvers
1 parent 3229713 commit 5948ace

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

build.sbt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ scalacOptions ++= Seq("-feature", "-target:jvm-1.8")
33
scalaVersion := "2.11.12"
44
val ScalacheckVersion = "1.13.5"
55

6-
resolvers := Resolver
7-
.withDefaultResolvers(
8-
mavenCentral = true,
9-
userResolvers = Seq(
10-
Resolver.mavenLocal,
11-
"Atlassian's Maven Public Repository" at "https://maven.atlassian.com/content/groups/public/",
12-
"Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/",
13-
"Typesafe Simple Repository" at "http://repo.typesafe.com/typesafe/simple/maven-releases/",
14-
"ServiceRocket's Private Repository" at "https://t-nx2.performancerocket.com/content/groups/private/",
15-
"ServiceRocket's Public Repository" at "https://t-nx2.performancerocket.com/content/groups/public/"
16-
)
17-
)
18-
196
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
207
publishMavenStyle := true
218
publishTo := version { (v: String) =>

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=1.0.4

0 commit comments

Comments
 (0)