Skip to content

Commit

Permalink
fix-fat-finger
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Aug 5, 2015
1 parent eea0e6e commit f9eb416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val sharedSettings = Seq(
"org.scalamacros" %% s"quasiquotes" % "2.0.0"
)
),
publishTo := Some("releases" at "https://oss1.sonatype.org/service/local/staging/deploy/maven2"),
publishTo := Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"),
pomExtra :=
<url>https://github.com/lihaoyi/Ammonite</url>
<licenses>
Expand Down

0 comments on commit f9eb416

Please sign in to comment.