Skip to content

Commit

Permalink
Fix publishSettings for sbt-release
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Dec 10, 2019
1 parent 11558b1 commit fcc02a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ lazy val root = (project in file("."))
.settings(
name := "fs2-google-pubsub",
scalaVersion := Dependencies.Versions.scala212,
commonSettings,
publishSettings,
publish / skip := true,
)
.aggregate(
Expand Down

0 comments on commit fcc02a3

Please sign in to comment.