Skip to content

Commit

Permalink
Clean up build.sbt and README
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Jan 19, 2015
1 parent a1dc2be commit 39fe68c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resolvers ++= Seq(
)

libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-module" % "0.4.0-SNAPSHOT" changing()
"com.github.finagle" %% "[finch-module]" % "0.4.0-SNAPSHOT" changing()
)
```

Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ val baseSettings = Defaults.defaultSettings ++ Seq(
lazy val publishSettings = Seq(
publishMavenStyle := true,
publishArtifact := true,
useGpg := true,
publishTo := {
val nexus = "https://oss.sonatype.org/"
if (isSnapshot.value)
Expand Down

0 comments on commit 39fe68c

Please sign in to comment.