diff --git a/build.sbt b/build.sbt index 7383bf9e..7e2dc63f 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.31.2", + "com.47deg" %% "github4s" % "0.32.0", "org.http4s" %% "http4s-blaze-client" % "0.23.13", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0", diff --git a/project/dependencies.sbt b/project/dependencies.sbt index 817db3c3..7f166cb9 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.31.2", + "com.47deg" %% "github4s" % "0.32.0", "org.http4s" %% "http4s-blaze-client" % "0.23.13", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0",