We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2f713 commit fa41423Copy full SHA for fa41423
build.sbt
@@ -28,8 +28,7 @@ libraryDependencies ++= Seq(
28
)
29
30
resolvers ++= Seq(
31
- "Akka repo" at "http://akka.io/repository/",
32
- "spray repo" at "http://repo.spray.cc/"
+ "Akka repo" at "http://akka.io/repository/"
33
34
35
@@ -43,7 +42,7 @@ publishMavenStyle := true
43
42
44
publishTo <<= version { version =>
45
Some {
46
- "spray repo" at {
+ "spray nexus" at {
47
// public uri is repo.spray.cc, we use an SSH tunnel to the nexus here
48
"http://localhost:42424/content/repositories/" + {
49
if (version.trim.endsWith("SNAPSHOT")) "snapshots/" else"releases/"
0 commit comments