diff --git a/build.sbt b/build.sbt index c0409097..31a793e7 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq( addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0"), addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"), libraryDependencies ++= Seq( - "com.47deg" %% "github4s" % "0.32.0", + "com.47deg" %% "github4s" % "0.32.1", "org.http4s" %% "http4s-blaze-client" % "0.23.15", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0", diff --git a/project/dependencies.sbt b/project/dependencies.sbt index f387bab6..f4b9aa13 100644 --- a/project/dependencies.sbt +++ b/project/dependencies.sbt @@ -5,7 +5,7 @@ unmanagedResourceDirectories in Compile += baseDirectory.in(ThisBuild).value.getParentFile / "src" / "main" / "resources" libraryDependencies ++= Seq( - "com.47deg" %% "github4s" % "0.32.0", + "com.47deg" %% "github4s" % "0.32.1", "org.http4s" %% "http4s-blaze-client" % "0.23.15", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0",