From 49bf8f78ff584239805c2f9d58cec03a402186dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Raddum=20Berg?= Date: Tue, 28 Apr 2020 23:34:00 +0200 Subject: [PATCH] Make CI happy --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index d5263f7f46..b5fcb882c4 100644 --- a/build.sbt +++ b/build.sbt @@ -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(