Skip to content

Commit 7838d6b

Browse files
author
Nader Hadji Ghanbari
committed
sbt 1.0.4
1 parent e372884 commit 7838d6b

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
@@ -5,19 +5,6 @@ val ScalacheckVersion = "1.13.5"
55
val PlayJsonVersion = "2.5.18"
66
val ScalaTestVersion = "3.0.4"
77

8-
resolvers := Resolver
9-
.withDefaultResolvers(
10-
mavenCentral = true,
11-
userResolvers = Seq(
12-
Resolver.mavenLocal,
13-
"Atlassian's Maven Public Repository" at "https://maven.atlassian.com/content/groups/public/",
14-
"Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/",
15-
"Typesafe Simple Repository" at "http://repo.typesafe.com/typesafe/simple/maven-releases/",
16-
"ServiceRocket's Private Repository" at "https://t-nx2.performancerocket.com/content/groups/private/",
17-
"ServiceRocket's Public Repository" at "https://t-nx2.performancerocket.com/content/groups/public/"
18-
)
19-
)
20-
218
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
229
publishMavenStyle := true
2310
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)