diff --git a/build.sbt b/build.sbt index 76de8dd0..799e764f 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.2", + "com.47deg" %% "github4s" % "0.33.1", "org.http4s" %% "http4s-blaze-client" % "0.23.16", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0", diff --git a/project/dependencies.sbt b/project/dependencies.sbt index d30054d1..669b99f9 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.2", + "com.47deg" %% "github4s" % "0.33.1", "org.http4s" %% "http4s-blaze-client" % "0.23.16", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "com.lihaoyi" %% "scalatags" % "0.12.0",