From 59457deb5a4a99b8861cca558f046d20f003c815 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 29 Jan 2021 06:28:25 +0100 Subject: [PATCH] Update github4s to 0.28.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fa92a1e0..1f6eafd9 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq( addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3"), addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"), libraryDependencies ++= Seq( - "com.47deg" %% "github4s" % "0.28.0", + "com.47deg" %% "github4s" % "0.28.1", "org.http4s" %% "http4s-blaze-client" % "0.21.16", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.9.3",