Skip to content

Commit

Permalink
Make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Apr 28, 2020
1 parent e3a2bef commit 49bf8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ lazy val baseSettings: Project => Project =
/* disable scaladoc */
sources in (Compile, doc) := Nil,
publishArtifact in (Compile, packageDoc) := false,
resolvers += Resolver.bintrayRepo("oyvindberg", "converter")
)

lazy val publicationSettings: Project => Project = _.settings(
Expand Down

0 comments on commit 49bf8f7

Please sign in to comment.