Skip to content

Commit

Permalink
make publish repo global setting (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
semenodm authored Nov 13, 2018
1 parent 73c4c49 commit 8f7e054
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 @@ -26,7 +26,7 @@ coverageMinimum := 40
coverageFailOnMinimum := true

// publish
publishTo := Some(
publishTo in ThisBuild := Some(
"Sonatype Nexus" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")

licenses := Seq("MIT" -> url("https://github.com/dmateusp/fs2-aws/blob/master/LICENSE"))
Expand Down

0 comments on commit 8f7e054

Please sign in to comment.