From 03bf18ce98315439395f155d8de1241a8ce4ac2d Mon Sep 17 00:00:00 2001 From: Finch CI Date: Sun, 13 Jan 2019 18:12:28 +0000 Subject: [PATCH] Setting version to 0.27.0 --- docs/src/main/tut/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/tut/index.md b/docs/src/main/tut/index.md index 7aeb0b0ec..41e97cb96 100644 --- a/docs/src/main/tut/index.md +++ b/docs/src/main/tut/index.md @@ -22,8 +22,8 @@ build.sbt: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-core" % "0.26.1", - "com.github.finagle" %% "finch-circe" % "0.26.1", + "com.github.finagle" %% "finch-core" % "0.27.0", + "com.github.finagle" %% "finch-circe" % "0.27.0", "io.circe" %% "circe-generic" % "0.9.3" ) ```