From d589295810e9d7d20757df95ef01f73b48780e23 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Fri, 18 Aug 2017 06:46:57 -0700 Subject: [PATCH 1/2] Update sbt-unidoc --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aeb100b0..2c6ba3ab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ resolvers ++= Seq( ) addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0") -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.0") +addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.0") From fb6fc1f0f1a51a1e9c35a21a350332c4ec750c6c Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Fri, 18 Aug 2017 06:47:16 -0700 Subject: [PATCH 2/2] Update Util and Finagle versions to 7.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index fccdd514..41da30ee 100644 --- a/build.sbt +++ b/build.sbt @@ -2,8 +2,8 @@ import ReleaseTransformations._ val catsVersion = "1.0.0-MF" val catsEffectVersion = "0.4" -val utilVersion = "6.45.0" -val finagleVersion = "6.45.0" +val utilVersion = "7.0.0" +val finagleVersion = "7.0.0" organization in ThisBuild := "io.catbird"