File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,6 @@ val ScalacheckVersion = "1.13.5"
55val PlayJsonVersion = " 2.5.18"
66val 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-
218credentials += Credentials (Path .userHome / " .ivy2" / " .credentials" )
229publishMavenStyle := true
2310publishTo := version { (v : String ) =>
Original file line number Diff line number Diff line change 1- sbt.version =0.13.16
1+ sbt.version =1.0.4
You can’t perform that action at this time.
0 commit comments