Skip to content

Commit fa41423

Browse files
committed
Fix in buildfile
1 parent bb2f713 commit fa41423

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ libraryDependencies ++= Seq(
2828
)
2929

3030
resolvers ++= Seq(
31-
"Akka repo" at "http://akka.io/repository/",
32-
"spray repo" at "http://repo.spray.cc/"
31+
"Akka repo" at "http://akka.io/repository/"
3332
)
3433

3534

@@ -43,7 +42,7 @@ publishMavenStyle := true
4342

4443
publishTo <<= version { version =>
4544
Some {
46-
"spray repo" at {
45+
"spray nexus" at {
4746
// public uri is repo.spray.cc, we use an SSH tunnel to the nexus here
4847
"http://localhost:42424/content/repositories/" + {
4948
if (version.trim.endsWith("SNAPSHOT")) "snapshots/" else"releases/"

0 commit comments

Comments
 (0)