From 49771ea68b47d41f42044b55710fa57d4eb0bd25 Mon Sep 17 00:00:00 2001 From: Finch CI Date: Wed, 27 Feb 2019 21:19:10 +0000 Subject: [PATCH] Setting version to 0.28.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 41e97cb96..4027d523a 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.27.0", - "com.github.finagle" %% "finch-circe" % "0.27.0", + "com.github.finagle" %% "finch-core" % "0.28.0", + "com.github.finagle" %% "finch-circe" % "0.28.0", "io.circe" %% "circe-generic" % "0.9.3" ) ```